This commit is contained in:
Joe Reeve
2015-11-07 11:00:32 +00:00
commit b3f0b0e816
48 changed files with 39830 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<script src='https://code.jquery.com/jquery-2.1.4.min.js'></script>
<script src='http://cdn.ractivejs.org/latest/ractive.js'></script>
<script src='resources.js'></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.1.2/css/material-design-iconic-font.min.css" />
<link rel='stylesheet' href='site.css' />
<script type="text/html" id="test2"></script>
<script type="text/html" id="test"></script>
</head>
<body>
<script id='home' type='text/html'>
</script>
</body>
<script src='app.js'></script>
</html>