Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>Stroll</title>
- <link rel="stylesheet" href="style.css">
- <script src="units.js"></script>
- <script src="recursive-desc.js"></script>
- <script src="recursive-macro.js"></script>
- <script src="game.js"></script>
- </head>
- <body>
- <div class=game-area>
- <div class=stat-container>
- <div class=stat-header-self id=stats-self>
- <p>Stats</p>
- <div class=stat-line id=height></div>
- <div class=stat-line id=mass></div>
- </div>
- <div class=stat-header id=stats-stomped>
- <p>Stomped</p>
- </div>
- <div class=stat-header id=stats-digested>
- <p>Digested</p>
- </div>
- <div class=stat-header id=stats-stomach>
- <p>Stomach</p>
- </div>
- <div class=stat-header id=stats-bowels>
- <p>Bowels</p>
- </div>
- </div>
- <div id=log-area>
- <div id=log>
- <div>Welcome to Stroll 0.1.6</div>
- <div><a href="https://chemicalcrux.org/stroll">Changelog</a></div>
- <div>It's a nice day for a walk</div>
- <div> </div>
- </div>
- </div>
- <div class=button-container>
- <button class=action-button id=button-grow>Get Bigger</button>
- <p/>
- <button class=action-button id=button-feed>Eat</button>
- <p/>
- <button class=action-button id=button-stomp>Stomp</button>
- <p/>
- <button class=action-button id=button-anal_vore>Sit</button>
- <p/>
- <div></div>
- <button class=action-button id=button-stroll>Stroll</button>
- <div id=strolling-indicator>Standing</div>
- <button class=action-button class=action-button id=button-units>Metric</button>
- <button class=action-button id=button-verbose>Verbose</button>
- </div>
- </div>
- </body>
- </html>
|