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