aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
blob: a0070a7661fd1b7c5b6db48cfbb08f5cb2ac593a (plain) (blame)
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
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>Daily Bulletin</title>
	<link rel="preconnect" href="https://fonts.googleapis.com">
	<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
	<link href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,700;1,400&family=Inter:wght@400;700&display=swap" rel="stylesheet">
	<link rel="stylesheet" href="files/styles.css">
</head>
<body>
	<header>
		<h1>Daily Bulletin Home Page</h1>
	</header>
	<article>
		<p>Hello! Welcome to the home page of the Daily Bulletin project. You can find links to different pages below.</p>
		<ul>
			<li><a href="about.html">About</a></li>
			<li><a href="archive.html">Archive</a></li>
			<li><a href="attributions.html">Attributions</a></li>
			<li><a href="versions.html">Change Logs</a></li>
			<li><a href="forms.html">Forms</a></li>
			<li><a href="help-editors.html">Help Doc for Editors</a></li>
		</ul>
	</article>
	<footer>
		 <p xmlns:cc="http://creativecommons.org/ns#" >This work is licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg"></a></p>
	</footer>
</body>
</html>