mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
19 lines
455 B
HTML
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> |