<!DOCTYPE html>
<html>
 
    <head>
    <meta charset="utf-8" />
    <title>HTML5 Pacman</title>
 
    <style type="text/css">
        #pacman {
            height: 450px;
            width: 342px;
            margin: 20px auto
        }
    </style>
    </head>
 
    <body>
        <h1>HTML5 Pacman</h1>
 
        <!-- Load the pacman game into this container. -->
        <div id="pacman"></div>
 
        <!-- Include pacman.js script. -->
        <script src="pacman.js"></script>
        <!-- Load the pacman game into the "pacman" container by ID. -->
        <script>
            PACMAN.init(document.getElementById("pacman"), "./");
        </script>
    </body>
 
</html>

web/minimal_templates/games/pacman/index.html.txt ยท Last modified: 2022/04/19 08:28 by 127.0.0.1

Wizardry and Steamworks

© 2025 Wizardry and Steamworks

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.