14 lines
403 B
HTML
14 lines
403 B
HTML
<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>
|
|
<container></container>
|
|
</body>
|
|
</html>
|