Ви не можете вибрати більше 25 тем
			Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							|  | <!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Stroll</title>
    <link rel="stylesheet" href="style.css">
    <script src="recursive-macro.js"></script>
    <script src="game.js"></script>
  </head>
  <body>
    <div id=game-area>
      <div id=log>
        <div>Welcome to Stroll 0.1.1</div>
        <div>It's a nice day for a walk</div>
      </div>
      <button id=button-grow>Get Bigger</button>
      <button id=button-feed>Eat</button>
      <button id=button-stomp>Stomp</button>
      <button id=button-anal_vore>Sit</button>
      <div></div>
      <button id=button-stroll>Stroll</button>
      <div class=flex-container>
        <div class=stat-header 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>
  </body>
</html>
 |