-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·49 lines (38 loc) · 1.05 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
<!doctype html>
<html lang="en">
<head>
<title>Oinam CDN</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
body {
width: 80%;
max-width: 636px;
margin: 2em auto;
font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1.6em;
line-height: 1.6;
background: #f3ebde;
color: #444;
}
</style>
</head>
<body>
<h1 class="title">Oinam CDN</h1>
<p>
Well, you're not supposed to be accessing this page directly.
<mark>Oinam CDN</mark> is maintained by <a href="https://oinam.com/">Oinam</a>.
</p>
<hr>
<footer>
<p>
<small>
<a href="https://twitter.com/oinam">Twitter</a>
• <a href="https://www.instagram.com/oinam/">Instagram</a>
• <a href="https://www.linkedin.com/company/oinam/">LinkedIn</a>
• <a href="mailto:[email protected]">Email</a>
</small>
</p>
</footer>
</body>
</html>