summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: d080c40439799c9b0e48c6fd1a33f43b882da097 (plain)
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
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">

  <title>namehack.club</title>

  <meta name="description" content="An exclusive club of nerds that own the domain hack to their name">
  <meta name="keywords" content="domain, name, hack, club, exclusive">

  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="robots" content="all">

  <link rel="canonical" href="https://namehack.club/">

  <link href="tachyons.min.css" rel="stylesheet">
  <link href="base.css" rel="stylesheet">
  <script src="https://skilled-twentyeight.namehack.club/script.js" data-site="SSTGQKAU" defer></script>
</head>

<body class="code mw7-ns ph3 center">
  <h1>Domain Name Hack Club</h1>
  <p>An exclusive club of nerds that own the <a href="https://en.wikipedia.org/wiki/Domain_hack" class="link">domain
      hack</a> to their name, and serve their personal homepage from it.</p>

  <ul>
    {% for name in names %}
    <li><a href="{{ [name.url, 'https://{{ name.domain }}']|first }}">{{ name.name }}</li>
    {% endfor %}
  </ul>
  <hr>
  <footer>
    Created by <a href="https://yuv.al">Yuval Adam</a>. Maintained collaboratively on <a
      href="https://github.com/yuvadm/namehack.club">Github</a>.
  </footer>
</body>

</html>