Files
iconograph/server/static/root.html

14 lines
413 B
HTML
Raw Normal View History

2016-05-05 00:33:30 +00:00
<html>
<head>
2016-05-10 23:55:34 +00:00
<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>
2016-05-05 00:33:30 +00:00
<script src="/static/control.js"></script>
2016-05-05 00:36:22 +00:00
<link rel="stylesheet" type="text/css" href="/static/control.css">
2016-05-05 00:33:30 +00:00
</head>
<body>
2016-05-10 23:55:34 +00:00
<imageContainer></imageContainer>
2016-05-05 00:33:30 +00:00
</body>
</html>