mirror of
https://github.com/jcreek/phldnhack.git
synced 2026-07-13 02:53:44 +00:00
17 lines
326 B
HTML
17 lines
326 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>RCard</title>
|
|
<script src='http://cdn.ractivejs.org/latest/ractive.js'></script>
|
|
<script src='index.js'></script>
|
|
</head>
|
|
<body>
|
|
|
|
@@include('components.html')
|
|
|
|
<div class='load'></div>
|
|
|
|
</body>
|
|
</html>
|