Files
architype/index.html
Ian Gulliver 26f529142e Split files
2019-05-25 00:03:19 +00:00

19 lines
304 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta name=viewport content="width=device-width, initial-scale=1.0">
<title>Architype</title>
<style>
<!--# include file="architype.css" -->
</style>
</head>
<body>
<ul id="definition">
</ul>
<script>
<!--# include file="architype.js" -->
</script>
</body>