blob: da88be7be43e2e0035b227b06afa8c98f157862a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Quick and dirty CSS sourced from the main site! -->
<style>
:root { font-family: system-ui, sans-serif; }
body { background-color: #15181c; }
a { color: hsl(214, 46%, 52%); }
h1, p { color: #ffffff; }
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ProjT Launcher Flatpak Repository</title>
</head>
<body>
<h1>ProjT Launcher Flatpak Repository</h1>
<p>
You probably don't want to be on this page.
Check out our website at <a href="https://projecttick.org">projecttick.org</a>!
</p>
</body>
</html>
|