hexat/index.html
2025-01-05 02:43:36 +00:00

16 lines
454 B
HTML

<!DOCTYPE html>
<html lang="en-GB">
<head>
<title>HTML Boilerplate</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>hxcalc</h1>
<textarea class="source"></textarea>
<button class="runButton">Run</button><br/><br/>
<div class="output">Output: </div>
<script src="script.js"></script>
</body>
</html>