Skip to content

Instantly share code, notes, and snippets.

@deanvanniekerk
Created May 30, 2018 08:54
Show Gist options
  • Save deanvanniekerk/b357e97f968801513aa47bcbb7c756b7 to your computer and use it in GitHub Desktop.
Save deanvanniekerk/b357e97f968801513aa47bcbb7c756b7 to your computer and use it in GitHub Desktop.
alchemylab - snip5
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
</head>
<body>
<h1>Hello world</h1>
<div id="root"></div>
</body>
<script src="~/source/app.js"></script>
<script src="~/source/counter.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment