hexat/index.html

17 lines
442 B
HTML
Raw Normal View History

2024-12-20 19:43:41 +00:00
<!DOCTYPE html>
<html lang="en-GB">
<head>
2025-01-05 02:45:56 +00:00
<title>Hexat</title>
2024-12-20 19:43:41 +00:00
<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>
2025-01-05 02:45:56 +00:00
<h1>Hexat</h1>
2025-01-05 02:43:36 +00:00
<textarea class="source"></textarea>
<button class="runButton">Run</button><br/><br/>
<div class="output">Output: </div>
<script src="script.js"></script>
2024-12-20 19:43:41 +00:00
</body>
</html>