mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
15 lines
645 B
HTML
15 lines
645 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=no">
|
|
<title>jsPacman | JavaScript Ms. Pac-Man Remake</title>
|
|
<script src="/js/all.js"></script>
|
|
<body>
|
|
<h1 style="position: absolute; left: -1000px;">jsPacman | HTML - CSS - JavaScript | Ms. Pac-Man Remake</h1>
|
|
<h2 style="position: absolute; left: -1000px;">Play Online Ms. Pac-Man</h2>
|
|
<div class="js-pacman-playground with-border">
|
|
</div>
|
|
<script type="text/javascript" src="bundle.js"></script></body>
|
|
</html>
|