Skip to content

Instantly share code, notes, and snippets.

@capitalJT
Created January 24, 2019 04:07
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 capitalJT/8d0207c9c2f26072125b36b2aa56088d to your computer and use it in GitHub Desktop.
Save capitalJT/8d0207c9c2f26072125b36b2aa56088d to your computer and use it in GitHub Desktop.
Basic HTML Index Template
<!DOCTYPE html>
<html>
<head>
<title>Basic HTML Template</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment