Skip to content

Instantly share code, notes, and snippets.

@jlcarvalho
Last active August 29, 2015 14:18
Show Gist options
  • Save jlcarvalho/2a511facf1b58bd51877 to your computer and use it in GitHub Desktop.
Save jlcarvalho/2a511facf1b58bd51877 to your computer and use it in GitHub Desktop.
Coder: Test
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Coder</title>
<!-- Necessary to insert the styles -->
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body><script type='text/javascript' id="__bs_script__">//<![CDATA[
document.write("<script async src='/browser-sync/browser-sync-client.1.7.3.js'><\/script>".replace(/HOST/g, location.hostname).replace(/PORT/g, location.port));
//]]></script>
<!-- Your code here -->
<!-- Necessary to insert the javascript -->
<script type="text/javascript" src="app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment