Files
architype/index.html

25 lines
628 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">
2019-07-11 04:10:02 +00:00
<link rel=icon href="data:image/png;base64,<!--# include file="favicon.png.base64" -->">
2019-07-02 07:05:22 +00:00
<title>Architype</title>
2019-07-15 14:28:28 +00:00
<meta name=description content="Fast, easy system diagrams. Client-side, private diagramming that's fast enough to use live in front of an audience.">
2019-07-02 07:05:22 +00:00
<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>
<!--# include file="architype.js" -->
2019-05-22 22:50:27 +00:00
</script>
</body>