Skip to content

Instantly share code, notes, and snippets.

@shanebo
Last active October 19, 2017 19:38
Show Gist options
  • Save shanebo/a9d93ec51d94651807deb98b2b9434ba to your computer and use it in GitHub Desktop.
Save shanebo/a9d93ec51d94651807deb98b2b9434ba to your computer and use it in GitHub Desktop.
test
#app {
background-color: #aae;
}
<!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>
alert('no webserver needed!');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment