-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (35 loc) · 1.29 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link data-trunk rel="scss" href="static/index.scss" />
<link data-trunk rel="copy-dir" href="static/icons" />
<title>text2tabletop</title>
</head>
<body>
<section class="instructions">
<h1>text2tabletop</h1>
<p>Generate pretty PDFs for your OnePageRules armies.</p>
<ol>
<!-- prettier-ignore -->
<li>Build an armylist using <a href="https://army-forge.onepagerules.com/">Army Forge</a></li>
<li>Use <i>Share as Text</i> in the Army Forge menu</li>
<li>Paste below</li>
<li>Print this page</li>
</ol>
<small>
When printing make sure to set your margins to default.<br />
This
<a href="https://github.com/erkannt/text2tabletop">project's code</a>
lives on Github. Feel free to raise issues and suggest features.<br />
The code is Public Domain. I am in no way affiliated with OnePageRules,
just enjoy playing their games and wanted prettier army list printouts.
</small>
</section>
<section class="army_list" id="app"></section>
</body>
</html>