games/other/alpine/index.html
2023-09-06 13:57:49 +02:00

19 lines
455 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="libv86.js"></script>
<script src="index.js"></script>
</head>
<body>
<div id="screen_container">
<div style="white-space: pre; font: 14px monospace; line-height: 14px"></div>
<canvas style="display: none"></canvas>
</div>
</body>
</html>