-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (42 loc) · 1.61 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
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="/favicon.ico">
<title>Windblume</title>
<meta name="viewport" content="width=device-width, initial-scale=0.8, maximum-scale=0.8, user-scalable=no">
<meta name="description" content="Windblume Network Home">
<meta property="og:title" content="Windblume">
<meta property="og:url" content="https://www.windblume.net">
<meta property="og:description" content="Windblume Network Home">
<meta property="og:image" content="https://www.windblume.net/assets/logo.png">
<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=Philosopher&display=swap" rel="stylesheet">
<link href="/style.css" rel="stylesheet">
</head>
<body>
<div class="content">
<p>
<img id="logo" src="/assets/logo.png" alt="Windblume Logo" width="150px">
</p>
<p style="margin-top: 10px" class="subtitle">
<!--
<i>wind /wɪnd/: the perceptible natural movement of air</i><br>
<i>blume /bluːm/: (German) flower</i>
-->
<a class="special" href="/about.html"><i>Born with the wind, taken by the wind...</i></a>
</p>
<hr class="large">
<div class="links">
<a href="https://client.windblume.net">Client Portal</a>
<a href="https://status.windblume.net">Network Monitoring</a>
<a href="mailto:windblume@windblume.net">General Enquiries</a>
</div>
<hr>
<div class="links">
<a href="https://okta.windblume.net">Staff Portal</a>
</div>
</div>
</body>
</html>