More name generation tweaks.
[heroik.git] / allevents.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>Fate Chart Events - Hero: Immortal King</title>
31 </head>
32 <body onload="
33 canonicalToHTML(document.getElementById('canonical'));
34 noncanonicalToHTML(document.getElementById('noncanonical'))">
35 <header>
36 <a class=button href="heroik.html">◀ Return</a>
37 </header>
38 <main>
39 <h1>Fate Chart Events</h1>
40 <noscript>
41 Viewing the list of Fate Chart events requires JavaScript.
42 </noscript>
43 <h2>Canonical</h2>
44 <table id=canonical class=tall>
45 </table>
46 <h2 style="margin-top: 1em">Non-Canonical</h2>
47 <table id=noncanonical class=tall>
48 </table>
49 </main>
50 </body>
51 </html>