-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
35 lines (35 loc) · 1.38 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Creative Commons license buttons</title>
<link rel="stylesheet" href="bootstrap.min.css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body style="padding-top:5rem;">
<div class="container">
<div class="row">
<div class="col-md-12">
<p><img style="max-width: 80%;" src="d/cc.png" alt="Creative Commons">
</p>
<p>Would you like to place a work under the terms of a Creative Commons
license?</p>
<p>Use our <a href="https://creativecommons.org/choose/">license
chooser</a> to help you select the right license and to receive
some HTML that you can use to mark your work, which includes one of
the license buttons found here.</p>
<p>Before using these license buttons, badges, or icons please review
our <a href="https://creativecommons.org/policies">policies</a>.
</p>
<ul>
<li><a href="i/"><code>i/</code> - Icons for use in your website or
web platforms</a></li>
<li><a href="l/"><code>l/</code> - License badges</a></li>
<li><a href="p/"><code>p/</code> - Public domain badges</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>