Skip to content

Instantly share code, notes, and snippets.

@vlrmprjct
Forked from lillylangtree/index.html
Created June 26, 2022 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vlrmprjct/d38561f2d890ae1f0ad3257039c6a9fa to your computer and use it in GitHub Desktop.
Save vlrmprjct/d38561f2d890ae1f0ad3257039c6a9fa to your computer and use it in GitHub Desktop.
sample index.html file
<!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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment