-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlicense.html
75 lines (62 loc) · 1.69 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="images/logo/favicon.png" />
<title>John Samuel</title>
<style type="text/css">
body {
background-color: #FFFFFF;
}
.title {
text-align: center;
line-height: 1.3em;
}
.title a:link {
text-decoration: none;
color: #009AA6;
}
.license {
text-align: center;
}
.home {
text-align: left;
}
.separator {
border-bottom: 1px solid;
}
#top {
border-color: grey;
}
#bottom {
border-color: grey;
}
.home a:link {
color: #D3D3D3;
}
.page {
margin: auto;
overflow: hidden;
max-width: 42.5em;
padding: 0 1em;
}
img {
max-width: 100%;
max-height: 100%;
}
</style>
</head>
<body vocab="http://schema.org/">
<div class="page">
<div class="title">
<h1 lang="en"><a href="">License</a></h1>
</div>
<br/>
<div class="license">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons
License" style="border-width:0" src="./images/license.png" /></a><br/>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons
Attribution-ShareAlike 4.0 International License</a>.
</div>
</div>
</body>
</html>