ghcjs-servant-client-bug/ui/assets/index.html
Yann Esposito (Yogsototh) 04939365fe initial commit
2016-01-01 21:54:10 +01:00

24 lines
732 B
HTML
Executable file

<!doctype html>
<html class="no-js" lang="">
<head>
<!-- Live Reload -->
<script src="http://localhost:9999"></script>
<!-- GHCJS
<script src="js/rts.js"></script>
<script src="js/lib.js"></script>
<script src="js/out.js"></script>
-->
<style>body {height: 100vh;
width: 100vw;
font-size: 7vh;
font-family: Helvetica, sans-serif;
color: #444;
background: #FAFAFA;
line-height: 100vh;
text-align: center;}
</style>
</head>
<body>
<script src="js/app.min.js" defer></script>
</body>
</html>