not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
2.1 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8"/>
  5. <title>Memorize Activity</title>
  6. <meta name="viewport"
  7. content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, viewport-fit=cover"/>
  8. <link rel="prefetch" type="application/l10n" href="locale.ini" />
  9. <link rel="stylesheet" media="not screen and (device-width: 1200px) and (device-height: 900px)"
  10. href="lib/sugar-web/graphics/css/sugar-96dpi.css">
  11. <link rel="stylesheet" media="screen and (device-width: 1200px) and (device-height: 900px)"
  12. href="lib/sugar-web/graphics/css/sugar-200dpi.css">
  13. <link rel="stylesheet" href="css/activity.css">
  14. <!--<link rel="stylesheet" href="css/normalize.css">-->
  15. <!--<link rel="stylesheet" href="css/bootstrap.min.css">-->
  16. <script data-main="js/loader" src="lib/require.js"></script>
  17. <script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
  18. <script src="lib/webaudio.js"></script>
  19. <script>if (window.module) module = window.module;</script>
  20. </head>
  21. <body>
  22. <div id="main-toolbar" class="toolbar">
  23. <button class="toolbutton" id="activity-button" title="My Activity"></button>
  24. <button class="toolbutton" id="network-button" title="My Activity"></button>
  25. <button class="toolbutton" id="game-templates-button" title="Game Templates"></button>
  26. <button class="toolbutton" id="game-size-button" title="Size"></button>
  27. <button class="toolbutton" id="game-reset-button" title="Reset"></button>
  28. <!-- SEPARATOR -->
  29. <button class="toolbutton" id="game-editor-button" title="Editor"></button>
  30. <button class="toolbutton" id="game-editor-insert-mode-button" title="Insert mode"></button>
  31. <button class="toolbutton" id="game-editor-play-mode-button" title="Play mode"></button>
  32. <button class="toolbutton" id="game-editor-clear-button" title="Clear"></button>
  33. <button class="toolbutton pull-right" id="stop-button" title="Stop"></button>
  34. </div>
  35. <div id="game-grid"></div>
  36. <div id="game-editor" style="display:none; "></div>
  37. <div id="game-players" style="display:none;"></div>
  38. </body>
  39. </html>