-
Notifications
You must be signed in to change notification settings - Fork 47
/
license.html
88 lines (71 loc) · 3.44 KB
/
license.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
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<title>Open Game License</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 href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900|Quicksand:400,700|Questrial" rel="stylesheet" />-->
<!--<link rel="stylesheet" href="default.css" type="text/css" media="all" />-->
<!--<link rel="stylesheet" href="fonts.css" type="text/css" media="all" />-->
<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="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">-->
<link rel="stylesheet" href="https://bootswatch.com/superhero/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
</head>
<body>
<div class="bgimg">
<img src="http://dungeonmastering.net/wp-content/uploads/2015/06/dndlogo1.png" class="bgimage">
<!-- <img src="http://uxrepo.com/static/icon-sets/windows/svg/dnd.svg" class="bgimage"> -->
</div>
<div id="page" class="container-fluid">
<div class="row">
<div class="col-md-12 logo-nopad">Open Gaming License Version 1.0a <img src='img/d20.png' height="28" width="25"/></div>
</div>
<div id="menu-container" class="row">
<div class="col-md-12">
License
</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><a href=''>Open Game License Version 1.0a</a></p>
<p><a href='https://media.wizards.com/2016/downloads/DND/SRD-OGL_V5.1.pdf'>SRD Source File</a></p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="srd.html">back to SRD</a>
</div>
</div>
</div>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script type="text/javascript" src="js/autorolltables.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></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>