This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (63 loc) · 3.4 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<title>chrissx' website</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Description" content="chrissx' personal website">
<meta name="theme-color" content="#daff77">
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" href="style/dark.css">
<link rel="stylesheet" href="style/mc.css">
<script src="index.js"></script>
<!-- ****** faviconit.com favicons ****** -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" sizes="16x16 32x32 64x64" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="196x196" href="/favicon-192.png">
<link rel="icon" type="image/png" sizes="160x160" href="/favicon-160.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96.png">
<link rel="icon" type="image/png" sizes="64x64" href="/favicon-64.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png">
<link rel="apple-touch-icon" href="/favicon-57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon-114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon-72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon-144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon-60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon-120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon-76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon-152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon-180.png">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="/favicon-144.png">
<meta name="msapplication-config" content="/browserconfig.xml">
<!-- ****** faviconit.com favicons ****** -->
</head>
<body>
<h1>chrissx' Half-Personal Half-Professional Website™</h1>
<h2>Some content</h2>
<a href="https://zerm.eu">ZERM</a><br/>
<a href="/cdn">CDN for SchoolUtils and CXClient</a><br/>
<a href="/papers">Papers</a><br/>
<a href="/sabbat">Sabbat Slides</a><br/>
<a href="/gpg">All my GPG keys</a><br/>
<a href="/retro">The old page - for the retro feeling</a><br/>
<a href="/bcim">BisaCast Improved</a><br/>
<a href="email_empfangen.mp3">EMAIL EMPFANGEN SOUND</a><br/>
<h2>Some social media, etc.</h2>
<a href="https://twitter.com/nichtchrissx">Personal Twitter</a><br/>
<a href="https://twitter.com/chrissxMedia">Professional Twitter</a><br/>
<a href="https://youtube.com/chrissicx">YouTube (main)</a><br/>
<a href="https://instagram.com/chrissxYT">Instagram</a><br/>
<a href="https://github.com/chrissxYT">GitHub</a><br/>
<a href="/discord">Discord</a><br/>
<a href="https://21buttons.com/buttoner/chrissxofcl">21buttons</a><br/>
<a href="https://steamcommunity.com/id/chrissx">Steam</a><br/>
<a href="https://community.bisafans.de/index.php?user/95320-chrissx/">BisaBoard</a><br/>
<a href="https://linustechtips.com/main/profile/561856-chrissx/">LTT Forum</a><br/>
<a href="https://de.wikipedia.org/wiki/Benutzer:Chrissx_official">Wikipedia (DE)</a><br/>
<a href="https://en.wikipedia.org/wiki/User:Chrissx_official">Wikipedia (EN)</a><br/>
Battle.net/Blizzard: chrissx#21230<br/>
Bethesda: chrissxYT<br/>
Minecraft: chrissxYT<br/>
</body>
</html>