Skip to content

Instantly share code, notes, and snippets.

@zrhans
Forked from alyssaq/index.html
Created October 15, 2019 02:34
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 zrhans/72bdea922fc3008b5e482afa7752c932 to your computer and use it in GitHub Desktop.
Save zrhans/72bdea922fc3008b5e482afa7752c932 to your computer and use it in GitHub Desktop.
HTML5 skeleton template
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>App</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script charset="utf-8" src="js/app.js"></script>
<link rel="stylesheet" href="css/app.css" />
</head>
<body>
<h1>Hello!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment