-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (35 loc) · 1.03 KB
/
index.html
File metadata and controls
38 lines (35 loc) · 1.03 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Visit British Columbia</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<style>
@import url("https://fonts.googleapis.com/css?family=Ubuntu&display=swap");
html * {
font-family: "Ubuntu";
}
a:link,
a:visited,
a:active {
color: black;
text-decoration: none;
}
a:hover {
color: white;
text-decoration: none;
}
</style>
</head>
<body style="background-color: sienna">
<h1 style="font-size: 200pt; text-align: center">Don't.</h1>
<h6 style="font-size: 36pt; text-align: left">
Proudly not sponsored by the Canadian Government
</h6>
<p style="font-size: 18pt; text-align: left">
This was the result of many bad ideas, if you'd like to see some more, you
can visit <a href="https://remove.directory">here</a>, and especially its
sister page <a href="https://visitquebec.info">here</a>
</p>
</body>
</html>