-
Notifications
You must be signed in to change notification settings - Fork 48
/
credits.html
82 lines (65 loc) · 2.7 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE htm
<head>
<title>Auto Roll Tables</title>
<script type="text/javascript">
if (self == top) { document.documentElement.style.display = 'block'; }
else { top.location = self.location; }
</script>
<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-nopad">Auto Roll Tables <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>
</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>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=10833414;
var sc_invisible=1;
var sc_security="aab08f2d";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="web counter"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="http://c.statcounter.com/10833414/0/aab08f2d/1/"
alt="web counter"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</html>