Link in 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 <title>Scenario - Hero: Immortal King</title>
31 </head>
32 <body onload="generateScenario()">
33 <div id=statusbar></div>
34 <main>
35 <div style="height: 3em" class="no-print">
36 <a class=button style="float: left; text-align: left"
37 href="heroik.html">
38 ◄ Finished!
39 </a>
40 <a class=button style="float: right; text-align: right"
41 onclick="nextEvent(this)">
42 Press On ▼
43 </a>
44 </div>
45 <h1 id=name onclick="randomizeName()">The Boiling Forest</h1>
46 <table id=fate>
47 <thead><tr><th>Fate Chart</th><th>Event</th></tr></thead>
48 <tbody></tbody>
49 <tfoot>
50 <tr>
51 <td></td>
52 <td>
53 You stand outside the entrance.
54 <noscript>Without JavaScript a strange barrier prevents
55 you from continuing.</noscript>
56 </td></tr>
57 </tfoot>
58 </table>
59 </main>
60 </body>
61 </html>