Skip to content

Instantly share code, notes, and snippets.

@carbontwelve
Forked from danielpradilla/index.html
Last active October 24, 2017 19:29
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 carbontwelve/0f39ec6aed3671d12b9b17dff5bd7526 to your computer and use it in GitHub Desktop.
Save carbontwelve/0f39ec6aed3671d12b9b17dff5bd7526 to your computer and use it in GitHub Desktop.
HTML5 skeleton
<!DOCTYPE html>
<html lang="en">
<head>
<title>title</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" type="text/css" href="css/all.css">
</head>
<body>
<h1>Hello, world</h1>
<script async src="js/all.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment