bhushan-hash commited on
Commit
45f1257
·
verified ·
1 Parent(s): 97cbe99

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +23 -0
index.html ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
6
+ <title>Spoon-Knife</title>
7
+ <LINK href="styles.css" rel="stylesheet" type="text/css">
8
+ </head>
9
+
10
+ <body>
11
+
12
+ <img src="forkit.gif" id="octocat" alt="" />
13
+
14
+ <!-- Feel free to change this text here -->
15
+ <p>
16
+ Fork me? Fork you, @octocat!
17
+ </p>
18
+ <p>
19
+ Sean made a change
20
+ </p>
21
+
22
+ </body>
23
+ </html>