Initial working, read-only console.

This commit is contained in:
Ian Gulliver
2016-05-10 23:55:34 +00:00
parent 12793caa96
commit bbf64c91de
3 changed files with 180 additions and 5 deletions

View File

@@ -1,8 +1,13 @@
<html>
<head>
<title>Iconograph Image Controller</title>
<meta charset="UTF-8">
<script src="https://use.typekit.net/hsz4ulo.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<script src="/static/control.js"></script>
<link rel="stylesheet" type="text/css" href="/static/control.css">
</head>
<body>
<imageContainer></imageContainer>
</body>
</html>