25 lines
628 B
HTML
25 lines
628 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta name=viewport content="width=device-width, initial-scale=1.0">
|
|
<link rel=icon href="data:image/png;base64,<!--# include file="favicon.png.base64" -->">
|
|
<title>Architype</title>
|
|
<meta name=description content="Fast, easy system diagrams. Client-side, private diagramming that's fast enough to use live in front of an audience.">
|
|
<style>
|
|
<!--# include file="architype.css" -->
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!--# include file="arrows.svg" -->
|
|
<!--# include file="lines.svg" -->
|
|
|
|
<div id=architype></div>
|
|
</ul>
|
|
<script>
|
|
<!--# include file="architype.js" -->
|
|
</script>
|
|
</body>
|