This repository has been archived by the owner on Oct 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (49 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- WEBSITE TITLE -->
<title>Hackropolis</title>
<!-- WEBSITE DESCRIPTION -->
<meta name="description" content="Hackropolis has been sunset. Click to read more" />
<!-- FAVICON -->
<link rel="shortcut icon" href="./pub/favicon.ico/" />
<link rel="icon" href="./pub/favicon.ico" />
<!-- CSS STYLE LINK -->
<link rel="stylesheet" href="./styles/default.css" />
<link rel="stylesheet" href="./styles/main.css" />
<!-- ETC -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="canonical" href="https://hackropolis.club/" />
<meta name="twitter:site" content="@hackropolis" />
<meta name="twitter:creator" content="@hackropolis" />
<meta property="og:type" content="website" />
<meta name="have-i-been-pwned-verification" value="78db0165088cbec8641511172a59529c" />
<meta name="theme-color" content="#ffffff" />
<!-- CF ANALYTICS -->
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "46d832bfd8db4fefadafda69bd7e6b0e"}'
></script>
</head>
<body>
<!-- WEBSITE CONTENT GOES HERE -->
<h1>Hackropolis has been sunset.</h1>
<br />
<br />
<p>On October 30th, 2021 we decided to sunset Hackropolis & archive its work.</p>
<p>
Read the sunset announcement by Charalampos here:
<a href="https://medium.com/@cfanoulis/all-good-things-must-come-to-an-end-today-its-hackropolis-s-turn-a3c170c78700"
>Sunsetting Hackropolis (on Medium)</a
>
</p>
<br />
<p>
We'd like to thank everyone, from our members to our sponsors, for their support. But as all good things, it's time to ride off into the
sunset.
</p>
<i>Ad Astra.</i>
</body>
</html>