Files
architype/index.html

19 lines
317 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 19:11:37 +00:00
<ul id="definition" class=google>
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>