"carton kingdoms"
just a title screen thing
This commit is contained in:
parent
01ea685e80
commit
40e4d353b0
10 changed files with 93 additions and 4 deletions
39
cartoonKingdoms/index.html
Normal file
39
cartoonKingdoms/index.html
Normal file
|
@ -0,0 +1,39 @@
|
|||
<head>
|
||||
<title>
|
||||
Doodle Kingdoms thing
|
||||
</title>
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
</link>
|
||||
</head>
|
||||
<body>
|
||||
<audio id="audio">
|
||||
<source src="civsong.mp3" type="audio/mp3">
|
||||
</audio>
|
||||
<div class="leftinfo">
|
||||
<h2>
|
||||
CHANGELOG
|
||||
</h2>
|
||||
<p>7/30/2020: Title screen made.</p>
|
||||
</div>
|
||||
<img src="logo.svg" width="400px" height="300px" class="center">
|
||||
<img src="" width="400px" height="300px" class="right" id="img"><br>
|
||||
<button onclick="audio.play()" class="center">
|
||||
Enable Audio
|
||||
</button><br>
|
||||
<button onclick="noExist()" onmouseenter='select("singleplayer")' class="center">
|
||||
Singleplayer
|
||||
</button><br>
|
||||
<button onclick="noExist()" onmouseenter='select("multiplayer")' class="center">
|
||||
Multiplayer
|
||||
</button><br>
|
||||
<button onclick="noExist()" onmouseenter='select("tutorial")' class="center">
|
||||
Tutorial
|
||||
</button><br>
|
||||
<button onclick="noExist()" onmouseenter='select("civilizations")' class="center">
|
||||
Civilizations
|
||||
</button><br>
|
||||
<button onclick='window.location.href = "https://scratch.mit.edu/studios/26981149/comments/"' onmouseenter='select("studio")' class="center">
|
||||
Scratch Studio
|
||||
</button>
|
||||
<script src="index.js"></script>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue