소스 검색

Add index

Brendan Abolivier 7 년 전
부모
커밋
02cdcf8e8c
로그인 계정: Brendan Abolivier <contact@brendanabolivier.com> GPG 키 ID: 8EF1500759F70623
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10
    0
      index.html

+ 10
- 0
index.html 파일 보기

@@ -0,0 +1,10 @@
1
+<!DOCTYPE html>
2
+<html>
3
+    <head>
4
+        <meta charset="utf-8">
5
+        <title>Sparrow</title>
6
+    </head>
7
+    <body>
8
+        In progress...
9
+    </body>
10
+</html>