Remove unofficial cards.
[heroik.git] / scenario.html
1 <!DOCTYPE html>
2 <html manifest=heroik.appcache>
3 <!--
4 The person who associated a work with this deed has dedicated the work
5 to the public domain by waiving all of his or her rights to the work
6 worldwide under copyright law, including all related and neighboring
7 rights, to the extent allowed by law.
8
9 You can copy, modify, distribute and perform the work, even for
10 commercial purposes, all without asking permission.
11
12 See https://creativecommons.org/publicdomain/zero/1.0/ for details.
13 -->
14 <head>
15 <meta charset="utf-8">
16 <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
17 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
18 <meta name="apple-mobile-web-app-capable" content="yes">
19 <meta name="apple-mobile-web-app-title" content="Hero: IK">
20 <meta name="mobile-web-app-capable" content="yes">
21 <link rel="apple-touch-icon" href="favicon_192.png">
22 <link rel=icon type="image/png" sizes="32x32" href="favicon_32.png">
23 <link rel=icon type="image/png" sizes="192x192" href="favicon_192.png">
24 <link rel=icon type="image/png" sizes="256x256" href="favicon_256.png">
25 <link rel=stylesheet href="heroik.css" type="text/css">
26 <script src="fastclick.js" type="text/javascript"></script>
27 <script src="heroik.js" type="text/javascript"></script>
28 <script src="names.js" type="text/javascript"></script>
29 <script src="scenarios.js" type="text/javascript"></script>
30 <script type='text/javascript'>
31 window.addEventListener('DOMContentLoaded', generateScenario);
32 </script>
33 <title>Scenario - Hero: Immortal King</title>
34 </head>
35 <body>
36 <header>
37 <a class=button href="heroik.html">◀ Finished!</a>
38 <a class=button style="float: right; text-align: right"
39 onclick="nextEvent(this)">
40 Press On ▼
41 </a>
42 </header>
43 <main>
44 <h1 id=name onclick="randomizeName()">The Boiling Forest</h1>
45 <table id=fate>
46 <thead><tr><th>Fate Chart</th><th>Event</th></tr></thead>
47 <tbody></tbody>
48 <tfoot>
49 <tr>
50 <td></td>
51 <td>
52 You stand outside the entrance.
53 <noscript>Without JavaScript a strange barrier prevents
54 you from continuing.</noscript>
55 </td></tr>
56 </tfoot>
57 </table>
58 </main>
59 </body>
60 </html>