Skip to content

Commit ee9634d

Browse files
committed
added header for nginx fancy indexing
1 parent b6c4e8b commit ee9634d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

www/header.html

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>Creative Commons license buttons</title>
5+
<link rel="stylesheet" href="bootstrap.min.css" />
6+
<meta charset="utf-8">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
</head>
10+
<body style="padding-top:5rem;">
11+
<div class="container">
12+
<div class="row">
13+
<div class="col-md-12">
14+
<p><img style="max-width: 80%;" src="d/cc.png" alt="Creative Commons">
15+
</p>
16+
<p>Would you like to place a work under the terms of a Creative Commons
17+
license?</p>
18+
<p>Use our <a href="https://creativecommons.org/choose/">license
19+
chooser</a> to help you select the right license and to receive
20+
some HTML that you can use to mark your work, which includes one of
21+
the license buttons found here.</p>
22+
<p>Before using these license buttons, badges, or icons please review
23+
our <a href="https://creativecommons.org/policies">policies</a>.
24+
</p>
25+
</div>
26+
</div>
27+
</div>
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)