Files
architype/index.html

19 lines
308 B
HTML
Raw Normal View History

2019-05-22 22:50:27 +00:00
<!doctype html>
<html lang="en">
<head>
<meta name=viewport content="width=device-width, initial-scale=1.0">
<title>Architype</title>
<style>
2019-05-25 00:03:19 +00:00
<!--# include file="architype.css" -->
</style>
2019-05-22 22:50:27 +00:00
</head>
<body>
2019-06-21 20:26:41 +00:00
<div id=architype></div>
2019-05-22 22:50:27 +00:00
</ul>
<script>
2019-05-25 00:03:19 +00:00
<!--# include file="architype.js" -->
2019-05-22 22:50:27 +00:00
</script>
</body>