hexat/index.html
2025-01-05 02:45:56 +00:00

16 lines
442 B
HTML

<!DOCTYPE html>
<html lang="en-GB">
<head>
<title>Hexat</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<h1>Hexat</h1>
<textarea class="source"></textarea>
<button class="runButton">Run</button><br/><br/>
<div class="output">Output: </div>
<script src="script.js"></script>
</body>
</html>