Created
October 28, 2015 17:03
-
-
Save lillylangtree/b55828fa05ed3470d352 to your computer and use it in GitHub Desktop.
sample index.html file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
<title>Spoon-Knife</title> | |
<LINK href="styles.css" rel="stylesheet" type="text/css"> | |
</head> | |
<body> | |
<img src="forkit.gif" id="octocat" alt="" /> | |
<!-- Feel free to change this text here --> | |
<p> | |
Fork me? Fork you, @octocat! | |
</p> | |
<p> | |
Sean made a change | |
</p> | |
</body> | |
</html> |
ajaysingh132
commented
Sep 13, 2024
index.html
i dunno
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment