19 lines
317 B
HTML
19 lines
317 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta name=viewport content="width=device-width, initial-scale=1.0">
|
|
<title>Architype</title>
|
|
<style>
|
|
<!--# include file="architype.css" -->
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<ul id="definition" class=google>
|
|
</ul>
|
|
<script>
|
|
<!--# include file="architype.js" -->
|
|
</script>
|
|
</body>
|