-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (40 loc) · 1.86 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
38
39
40
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0" />
<title>TSHW – Tools</title>
<link rel="stylesheet" type="text/css" media="screen" href="https://tar-minyatur.github.io/css/screen.css" />
</head>
<body>
<header>
<h1>TSHW</h1>
<h2>Tools</h2>
<a href="/" class="back">back</a>
<div>
<h3>Code & Stuff by Till Helge <span>“Tar-Minyatur”</span> Helwig</h3>
<p>This is a small collection of tools for various purposes, which I created for fun or because I really wanted to have them exactly the way I could only create them myself.</p>
</div>
</header>
<section>
<ul>
<li>
<h4><a href="points-table/">Points Table</a></h4>
Can be used to track points for up to 8 players in any game with any number of rounds.
</li>
<li>
<h4><a href="points-table2/">Points Table 2.0</a></h4>
Can be used to track points for up to 8 players in any game with any number of rounds. Better version with a horizontal table.
</li>
<li>
<h4><a href="random-letter/">Random Letter Generator</a></h4>
Shows all letters from A to Z, excluding X and Y, in a random order. Can be used e.g. to play 'Stadt, Land, Fluss'.
</li>
</ul>
</section>
<footer>
<span>© 2016 <a href="http://till.helge.helwig.online">Till Helge Helwig | tshw.de</a></span> –
<span>Proudly hosted by <a href="https://github.com/Tar-Minyatur">GitHub</a></span>
</footer>
</body>
</html>