-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (67 loc) · 2.08 KB
/
Copy pathindex.html
File metadata and controls
68 lines (67 loc) · 2.08 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<title>AzuSystem</title>
<link rel="stylesheet" href="assets/index.css">
<link rel="icon" type="image/svg+xml" href="assets/images/logo.svg">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="AzuSystem" />
<meta name="description" content="AzuSystem, Software with Aesthetics." />
<meta property="og:title" content="AzuSystem" />
<meta property="og:description" content="AzuSystem, Software with Aesthetics." />
<meta property="og:image:url" content="https://azusystem.github.io/azuos/assets/images/thumbnail.png" />
<meta charset="UTF-8">
<meta name="google-site-verification" content="AZuLeWncVBHmSHMmBnB0DcNkbiY3DFinJ-Rrvg6raNA" />
</head>
<body>
<div class="top-gradient"></div>
<nav>
<p class="buttons">AzuSystem</p>
<a href="./">
<img class=logo height=40 src=assets/images/logo.svg>
</a>
<div class="buttons">
<!-- <a href="./download/">
<button>
<img src=assets/images/icons/download.svg height=20>
</button>
</a>
<a href="./about/">
<button>
<img src=assets/images/icons/info.svg height=20>
</button></a
> -->
<a href="./">
<button>
<img src=assets/images/icons/home.svg height=20>
</button>
</a>
</div>
</nav>
<div class="main">
<div class="redefine-heading">
<p>AzuSystem</p>
</div>
<div class="motto">
<p class="glow-motto">Software with Aesthetics</p>
</div>
<div class="main-buttons">
<a href="./azuos">
<button class="download">
<img src="assets/images/icons/download.svg" height="30">
<p>AzuOS Project</p>
</button>
</a>
<a href="https://github.com/AzuSystem" target="_blank" rel="noopener noreferrer">
<button class="github">
<img src="assets/images/icons/github.svg" height="30">
<p>GitHub Organisation</p>
</button>
</a>
</div>
<p>I'm only writing this so Search Engine SEOs find AzuOS...</p>
</div>
</body>
</html>
<!-- im so lazy to even fix this but wtv, maybe another time? -->
<!-- jaane! <3 -->