Last active
October 19, 2017 19:38
-
-
Save shanebo/a9d93ec51d94651807deb98b2b9434ba to your computer and use it in GitHub Desktop.
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
#app { | |
background-color: #aae; | |
} |
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> | |
<head> | |
<title>Test</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0" /> | |
<link rel="stylesheet" href="app.css"> | |
</head> | |
<body> | |
<div id="app"> | |
App is <em id="status">Loaded</em> | |
</div> | |
<script src="app.js" type="text/javascript" charset="utf8"></script> | |
</body> | |
</html> |
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
alert('no webserver needed!'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment