-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (32 loc) · 890 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>now327.de</title>
</head>
<body>
<style>
:root {
--background: #1f1f1f;
--fontcolor: #d1d1d1;
--font: Arial, Helvetica, sans-serif;
}
body {
background: var(--background);
color: var(--fontcolor);
font-family: var(--font);
}
a {
color: var(--fontcolor);
}
</style>
<h1>aniondev.github.io</h1>
<p>You are probably looking for:
<ul>
<li><a href="https://github.com/anionDev">Github-Profile</a></li>
<li><a href="Reference/GRYLibrary/index.html">GRYLibraryReference</a></li>
<li><a href="Reference/ScriptCollection/index.html">ScriptCollectionReference</a></li>
</ul>
</p>
</body>
</html>