Archived
1
0

Voeg copyright notices toe.

This commit is contained in:
2019-04-29 15:26:26 +02:00
parent 22a936f0bf
commit c19e25d516
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Wat als T.A.E.N.I.A. Google was? Dan kon u ons alles vragen. Dit werk is een parodie ter ere van de DisputenContestWeek 2019 van SSR Leiden.">
<meta name="copyright" content="© 2019 Bert Peters">
<title>T.A.E.N.I.A.</title> <title>T.A.E.N.I.A.</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.png"> <link rel="icon" href="favicon.png">
@@ -55,7 +57,7 @@
</div> </div>
<div id="bottom-bar"> <div id="bottom-bar">
<div> <div>
<a href="https://www.ssr-leiden.nl/">SSR Leiden</a> <a href="https://www.ssr-leiden.nl/">SSR Leiden</a> | door <a href="https://bertptrs.nl/">Am. Aposiopesis</a>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -92,6 +92,7 @@ input[type="submit"]:hover {
left: 0; left: 0;
position: fixed; position: fixed;
right: 0; right: 0;
color: #5f6368;
} }
#bottom-bar a { #bottom-bar a {