-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
56 lines (53 loc) · 1.43 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
<!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>XVO.ES / <a href="/lists.html">Lists</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>