-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (40 loc) · 2.29 KB
/
index.html
File metadata and controls
65 lines (40 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<html class="no-js" lang="en-AU">
<!-- This file is based off version 1.0 of Adrian's HTML5 Boilerplate at https://github.com/aidswidjaja/html5-boilerplate/ -->
<!-- Adrian's HTML5 Boilerplate is based off HTML5 Boilerplate from H5BP, distributed initially under the MIT License -->
<!-- Adrian's HTML5 Boilerplate is distributed under the Mozilla Public License 2.0 at https://www.mozilla.org/en-US/MPL/2.0/ -->
<head>
<meta charset="utf-8">
<title>Train Facts</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="icon.png">
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous">
<!-- Place favicon.ico in the root directory -->
<meta name="theme-color" content="#fafafa">
</head>
<body>
<h1 id="trainfacts">Train Facts</h1>
<h2 id="yoursushiofinformationforthe2019japantour">your sushi of information for the 2019 Japan Tour</h2>
<h4>Train Facts was discontinued on 1 Dec. It will no longer be supported or maintained.</h4>
<p>Train Facts is an app by Adrian to keep you informed with what you need to know. Itinerary, contact and hotel details, and quick links – It's your sushi of information for the 2019 Japan Tour.</p>
<hr />
<h2 id="systemrequirements">System requirements</h2>
<p>Train Facts is built with <a href="https://flutter.dev">Flutter</a>, a software development kit created by Google. Train Facts is officially supported and maintained on:</p>
<ul>
<li>Android 4.1 Jelly Bean and up (to a limited extent)</li>
<li>Android 9 Pie and up</li>
<li>iOS 8 (to a limited extent)</li>
<li>iOS 13</li>
</ul>
<p>In addition, to run Flutter you need to meet the following hardware requirements:</p>
<ul>
<li>iOS devices (iPhone 4S or newer)</li>
<li>ARM Android devices</li>
</ul>
<p>Train Facts does not support native x86 Android devices but ARM emulation can be used. See <a href="https://github.com/flutter/flutter/issues/9253">issue #9253 on GitHub</a> for more information.</p>
<hr />
<h2 id="thereisabug">There is a bug</h2>
<p>Please <a href="https://github.com/TrainFacts/main/issues">file an issue on GitHub</a>.</p>
</body>
</html>