Skip to content

Instantly share code, notes, and snippets.

@AntMooreWebDev
Last active May 11, 2020 20:35
Show Gist options
  • Save AntMooreWebDev/33fc43f4ab98e2d1d638136235285238 to your computer and use it in GitHub Desktop.
Save AntMooreWebDev/33fc43f4ab98e2d1d638136235285238 to your computer and use it in GitHub Desktop.
An empty HTML5 template
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1' http-equiv='X-UA-Compatible">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title></title>
<!--css here-->
<!--<link rel="stylesheet" type="text/css" href="/css/style.css">-->
</head>
<body>
<h1>Coming Soon</h1>
<!--scripts here-->
<!--<script type="text/javascript" src="/css/script.js"></script>-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment