Computer/index.html

20 lines
556 B
HTML
Raw Normal View History

2024-02-15 03:54:23 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<script src="./dist/main.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="main">
<div id="container"></div>
<div id="printout"></div>
</div>
<button type="button" id="pause_play_button">Start</button>
<button type="button" id="step_button">step</button>
<input type="file" name="binary_upload" id="binary_upload" />
</body>
</html>