2024-12-20 19:43:41 +00:00
|
|
|
<!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>
|
2025-01-05 02:43:36 +00:00
|
|
|
<h1>hxcalc</h1>
|
|
|
|
<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>
|