Files
architype/index.html

23 lines
384 B
HTML
Raw Normal View History

2019-05-22 22:50:27 +00:00
<!doctype html>
<html lang="en">
<head>
2019-07-02 07:05:22 +00:00
<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-07-04 04:40:46 +00:00
2019-07-09 04:19:09 +00:00
<!--# include file="arrows.svg" -->
2019-07-04 04:40:46 +00:00
<!--# include file="lines.svg" -->
2019-06-21 20:26:41 +00:00
<div id=architype></div>
2019-05-22 22:50:27 +00:00
</ul>
<script>
2019-07-03 01:42:17 +00:00
<!--# include file="Architype.js" -->
2019-05-22 22:50:27 +00:00
</script>
</body>