-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathlicense.html
More file actions
71 lines (54 loc) · 2.3 KB
/
Copy pathlicense.html
File metadata and controls
71 lines (54 loc) · 2.3 KB
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
<!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?v=5" 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.min.css">
<link rel="stylesheet" href="includes/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/legacy-theme.css?v=5">
</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="reference.html">back to SRD</a>
</div>
</div>
</div>
</body>
<script src="includes/jquery-3.7.1.min.js"></script>
<script src="includes/bootstrap-3.4.1.min.js"></script>
</html>