Files
architype/index.html
Ian Gulliver 06b246779a Style
2019-06-21 19:11:37 +00:00

19 lines
317 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" class=google>
</ul>
<script>
<!--# include file="architype.js" -->
</script>
</body>