aboutsummaryrefslogtreecommitdiffstats
path: root/lists.html
blob: 091e4ce62e519fd67ef3e5902f6e48c9cbbad898 (plain) (blame)
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
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width,initial-scale=1" />
    <meta
      name="description"
      content="A Simple, Minimal and Safe URL Shortener."
    />
    <title>xvo.es</title>
    <style>
      @media (max-width: 720px) {
        pre code {
          display: block;
          max-width: 100%;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch;
          padding: 0 5px 5px 0;
          word-wrap: break-word;
          white-space: pre-wrap;
        }
      }
      body {
        font-family: monospace;
        max-width: 80ch;
      }
      footer {
        white-space: pre;
      }
      a:visited {
        color: blue;
      }
      pre code a {
        text-decoration: none;
      }
    </style>
  </head>
  <body>
    <header>A Simple, Minimal and Safe URL Shortener.</header>
    <pre><code>URL lists:<a href="/blog"> /blog </a>|<a href="/pgp"> /pgp </a>|<a href="/github"> /github </a>|<a href="/telegram"> /telegram </a>|<a href="/group"> /group </a></code></pre>
    <pre><code>XVO.ES / <a href="/index.html">Home</a>
 1. Minimal and Simple
    keep fast and stable.

 2. Extremely Safe
    enjoy yourself, no worries about hacking.

 3. Easy Deploy
    selfhosted on Cloudflare pages or Vercel...
    
 4. All of Yours
    data of URL redirect in single file.</code></pre>
    <footer>Powered by <a href="https://github.com/MoeOffice/xvo.es">xvo.es</a>.</footer>
  </body>
</html>