Skip to content

Instantly share code, notes, and snippets.

@octavian-nita
Last active December 21, 2017 15:22
Show Gist options
  • Save octavian-nita/7832074 to your computer and use it in GitHub Desktop.
Save octavian-nita/7832074 to your computer and use it in GitHub Desktop.
HTML5 template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui, shrink-to-fit=no" />
<meta name="robots" content="index,follow" />
<meta name="google-site-verification" content="string-google-asks-for" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="Octavian Theodor Nita (http://github.com/octavian-nita)" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/normalize.css/latest/normalize.min.css" />
<title>appfold.net</title>
</head>
<body>
<main class="appfold-main">appfold.net<!-- force font loading in some browsers --></main>
<!-- Load scripts at body's end so as not to block rendering. -->
<script src="https://cdn.jsdelivr.net/npm/moment/latest/min/moment-with-locales.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/moment-timezone/latest/index.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment