svg_clean.htm 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <html style="margin:0; padding:0; overflow:hidden;">
  3. <head>
  4. <meta charset="utf-8"/>
  5. <link href="synrc.css" type="text/css" rel="stylesheet">
  6. <link href='http://fonts.googleapis.com/css?family=Exo+2:600' rel='stylesheet' type='text/css'>
  7. </head>
  8. <body style="margin:0; padding:0; overflow:hidden;">
  9. <svg id="Refined" width="900px" style="position:fixed; top:0; left:0; height:100%; width:100%;">Placeholder for SVG Game Scene</svg>
  10. <div style="display: none;" id="history">
  11. <button id="pluslogin" type="button" data-gapiattached="true">Login</button>
  12. <label id="nothing"> Google</label></div><label id="gosterge">Gosterge: 1 5</label><br>
  13. <label id="player1"> Albert Einstein </label><select id="h1"></select>
  14. <label id="player2"> Marie Curie </label><select id="h2"></select>
  15. <label id="player3"> Ilya Prigogine </label><select id="h3"></select>
  16. <label id="player4" style="font-weight: bold; color: red;"> Asena Simsek </label><select id="h4"></select><br>
  17. <button id="logout" type="button">Logout</button>
  18. <button id="attach" type="button">Attach</button>
  19. <button id="join" type="button">Join</button>
  20. <select id="games_ids"></select>
  21. <select id="take_src"><option label="Table" value="0">Table</option><option label="Left" value="1">Left</option></select>
  22. <button id="take" type="button">Take</button>
  23. <select id="istaka"></select>
  24. <button id="discard" type="button">Discard</button>
  25. <button id="reveal" type="button">Reveal</button>
  26. <button id="saw_okey" type="button">I Saw Okey</button>
  27. <button id="have_8" type="button">8 Tashes</button>
  28. <button id="pause" type="button">Pause</button>
  29. <button id="info" type="button">PlayerInfo</button>
  30. </div>
  31. <script src='svg.js' type='text/javascript' charset='utf-8'></script>
  32. <script src='../nitrogen/bullet.js' type='text/javascript' charset='utf-8'></script>
  33. <script src='../nitrogen/n2o.js' type='text/javascript' charset='utf-8'></script>
  34. <script src='../nitrogen/bert.js' type='text/javascript' charset='utf-8'></script>
  35. </body>
  36. </html>