Add tennis minigame
This commit is contained in:
parent
15cf01aae0
commit
26ea586130
3 changed files with 232 additions and 4 deletions
|
|
@ -6,16 +6,17 @@
|
|||
<link rel="icon" type="image/png" sizes="32x32" href="/third-party/media/images/favicon.png">
|
||||
<script defer src="/js/include.js"></script>
|
||||
<script defer src="/js/window.js"></script>
|
||||
<script defer src="/js/tennis.js"></script>
|
||||
<title>www.madstuff.net</title>
|
||||
</head>
|
||||
<body>
|
||||
<div include="/html-prefabs/banner-index.html"></div>
|
||||
<dialog open closedby="none" id="window" class="window">
|
||||
<div id="window-titlebar" class="titlebar">
|
||||
<small>Window</small>
|
||||
<small>Legally Distinct Tennis Game</small>
|
||||
<button command="close" commandfor="window">X</button>
|
||||
</div>
|
||||
<iframe src="/etc/placeholder.html" frameborder="0"></iframe>
|
||||
<canvas id="canvas" width="320" height="180"></canvas>
|
||||
</dialog>
|
||||
<main>
|
||||
<section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue