forked from autorolltables/autorolltables.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
credits.html
61 lines (46 loc) · 2.05 KB
/
credits.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE htm
<head>
<title>Auto Roll Tables (de)</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/defaults.css" type="text/css" media="all" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
<link rel="stylesheet" href="includes/bootstrap.min.css">
<link rel="stylesheet" href="includes/bootstrap-theme.min.css">
</head>
<body>
<div class="bgimg">
<img src="includes/dndlogo1.png" class="bgimage">
</div>
<div id="page" class="container-fluid">
<div class="row">
<div class="col-md-12 logo">Auto Roll Tables <span style="color:red">DE</span> <img src='img/d20.png' height="28" width="25"/></div>
</div>
<div id="menu-container" class="row">
<div class="col-md-12">
Credits
</div>
</div>
<div class="row">
<div class="col-md-12"> </div>
</div>
<div class="row">
<div id="quote" class="col-md-11 changelog text-less-muted">
<p>developed by dangeratio</p>
<p>roll tables from:</p>
<p><b>OrkishBlade</b> and the team from <a href='https://www.reddit.com/r/BehindTheTables/'>/r/BehindTheTables/</a>, famoushippopotamus, Joxxill, Minitaz2001, TuesdayTastic, micka190, InternetLoveMachine, Burning_Titan, _Auto_, Mimir-ion, Blk4ce, VD-Hawkin, Frank_Isaacs, charliedude, V-Num, Trinculoisdead, LinedWithEyes, rolls_for_initiative, lotrein, maladroitthief, LaserPoweredDeviltry, skywier, BornToDoStuf, captainfashion, olirant, Burgerkrieg</p>
<p>Deutsche Übersetzung:</p>
<p><a href="http://blog.thomasnesges.de">nesges</a>, Gov. Tarkin, SchokoNougat</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="index.html">back to roll tables</a>
</div>
</div>
</div>
</body>
<script src="includes/jquery.min.js"></script>
<script src="includes/bootstrap.min.js"></script>
</html>