Last active
August 29, 2015 14:18
-
-
Save jlcarvalho/2a511facf1b58bd51877 to your computer and use it in GitHub Desktop.
Coder: Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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