-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
72 lines (72 loc) · 3.49 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
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>0d9e.tech</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
a { color: #000d9e; text-decoration: none; }
a:hover { text-decoration: underline; }
</style>
</head>
<body>
<pre>
_________________________________________________
/ ____ ______ \
| / __ \____/ / __ \___ |
| / / / / __ / /_/ / _ \ |
| / /_/ / /_/ /\__, / __/ |
| \____/\__,_//____/\___/ |
| |
| Mission = haha hihi hehe |
| About: --> <a href="/about">/about</a> |
| Blog: --> <a href="/blog/">/blog/</a> |
| |
| Members = { |
| Honza: <a href="https://honzuvkod.dev">honzuvkod.dev</a> |
| @cloud:0d9e.tech |
| Kubik: <a href="https://chamik.eu">chamik.eu</a> |
| @kubik:0d9e.tech |
| Marek: <a href="https://mrms.cz">mrms.cz</a> (most sus looking) |
| @mrms:0d9e.tech |
| Marian: <a href="https://mariansam.eu">mariansam.eu</a> (don't tell him) |
| @marian:0d9e.tech |
| Matej: <a href="https://matej.0d9e.tech">matej.0d9e.tech</a> (managememter) |
| @matej:0d9e.tech |
| Matus: <a href="https://mat.uush.eu">uush.eu</a> (monter :P :P :P) |
| @matuush:0d9e.tech |
| Prokop: <a href="https://rdck.dev">rdck.dev</a> (CEO of unfinished projects) |
| @prokop:0d9e.tech |
| } |
| |
| Friends & cool people = { |
| Honza: <a href="https://blackblog.cz">blackblog.cz</a> |
| Marie: <a href="https://maria.jmq.cz">maria.jmq.cz</a> |
| Medved: <a href="https://mj.ucw.cz">mj.ucw.cz</a> |
| Tom: <a href="https://slama.dev">slama.dev</a> |
| Upir: <a href="https://upir.cz">upir.cz</a> |
| Vasek: <a href="https://vsq.cz">vsq.cz</a> |
| Vitek: <a href="https://www.vitkolos.cz">vitkolos.cz</a> |
| } |
| |
| Logo = { |
| SVG: <a href="https://0d9e.tech/logo.svg">https://0d9e.tech/logo.svg</a> |
| } |
| |
| Business partners = { |
| Kruh 19: <a href="https://kruh19.cz">kruh19.cz</a> |
| Radeksoft: <a href="https://radeksoft.cz">radeksoft.cz</a> |
| Cracktek: <a href="https://cracktek.eu/">cracktek.eu</a> |
\ } /
-------------------------------------------------
\
\
_------_
.---. \
( ) +--\
`---` | |
| | |
| __ +--/
\__/ \__/
</pre>
</body>
</html>