14 lines
374 B
HTML
14 lines
374 B
HTML
<!DOCTYPE html>
|
|
|
|
<head>
|
|
<title>Schema Editor</title>
|
|
<link type="text/css" rel="stylesheet" href="../index.css" />
|
|
<script type="module" src="./index.js"></script>
|
|
<script defer data-domain="dgov.io" src="https://plausible.io/js/script.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<h2><a href="../">DGF Prototype</a></h2>
|
|
<h1>Schema Editor</h1>
|
|
<div id="scene"></div>
|
|
</body> |