-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
23 lines (23 loc) · 863 Bytes
/
404.html
File metadata and controls
23 lines (23 loc) · 863 Bytes
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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:name" content="Profiler.fun">
<meta property="og:description" content="Havalı profiller oluşturun ve paylaşın!">
<title>Profiler</title>
</head>
<body>
<script type="module" src="https://md-block.verou.me/md-block.js"></script>
<md-block id="document"></md-block>
<script>
//document.body.onload = function () {
let getURL = window.location.href.substring(window.location.href.lastIndexOf("/") + 1).replace("/", "");
if (getURL === "belgeler") {
window.location.href = "docs";
}
else window.location.href = "./server.html?type=shortenlink&username=" + getURL;
//}
</script>
</body>
</html>