Skip to content

Instantly share code, notes, and snippets.

@himynameisdave
Last active August 29, 2015 14:24
Show Gist options
  • Select an option

  • Save himynameisdave/2936ad9e4a5d66e8020e to your computer and use it in GitHub Desktop.

Select an option

Save himynameisdave/2936ad9e4a5d66e8020e to your computer and use it in GitHub Desktop.
awwe-new-tab - newtab.html
<html>
<head>
<title>Awwe Tab</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<main class="main">
<h1 class="greeting">HELLO WORLD!</h1>
</main>
<script type="text/javascript" src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment