mirror of
https://github.com/jcreek/phldnhack.git
synced 2026-07-12 18:43:43 +00:00
25 lines
747 B
HTML
25 lines
747 B
HTML
<!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>
|