Translate "Voile de l'Ombre" as "Shrouded" rather than literally.
[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
36 <div id=statusbar></div>
37 <main>
38 <div style="height: 3em" class="no-print">
39 <a class=button style="float: left; text-align: left"
40 href="heroik.html">
41 ◄ Return
42 </a>
43 </div>
44 <noscript>
45 Viewing the list of Fate Chart events requires JavaScript.
46 </noscript>
47 <h1>Fate Chart Events</h1>
48 <h2>Canonical</h2>
49 <table id=canonical class=tall>
50 </table>
51 <h2 style="margin-top: 1em">Non-Canonical</h2>
52 <table id=noncanonical class=tall>
53 </table>
54 </main>
55 </body>
56 </html>