Skip to content

Instantly share code, notes, and snippets.

@jlcarvalho
Last active August 29, 2015 14:18
Show Gist options
  • Save jlcarvalho/037c08bca48cc27c65ee to your computer and use it in GitHub Desktop.
Save jlcarvalho/037c08bca48cc27c65ee to your computer and use it in GitHub Desktop.
Coder: Test2
<!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>
<!-- 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