mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-07 05:28:45 -04:00
58 lines
No EOL
1.5 KiB
HTML
58 lines
No EOL
1.5 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<title>Automata</title>
|
|
|
|
<link href="style.css" rel="stylesheet">
|
|
<script src="./index-JIWFKFPO.js" type="module" crossorigin></script></head>
|
|
|
|
<body>
|
|
<div class="centered" id="center_text">
|
|
<p style="font-size:16px">
|
|
Loading…
|
|
</p>
|
|
<div class="lds-dual-ring"></div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="app" style="display:none" id="app">
|
|
<section>
|
|
<section>
|
|
<div id="graph" class="graph"></div>
|
|
</section>
|
|
|
|
<div class="vSplit" style="--split-default: 20%" title="Drag to resize canvas width"></div>
|
|
|
|
<section>
|
|
meow
|
|
</section>
|
|
</section>
|
|
|
|
<div class="hSplit" style="--split-default: 50%" title="Drag to resize canvas height"></div>
|
|
|
|
<div style="padding-bottom: 10px;">
|
|
<div>
|
|
<button id="togglePhysics">Toggle Physics</button>
|
|
<button id="resetLayout">Reset Layout</button>
|
|
</div>
|
|
<div style="height:100%">
|
|
<div class="vscroll">
|
|
<div id="editor" class="editor"></div>
|
|
</div>
|
|
|
|
<div class="vSplit" style="--split-default: 40%" title="Drag to resize terminal/editor width"></div>
|
|
|
|
<div id="terminal" class="terminal"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html> |