-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
19 lines (19 loc) · 929 Bytes
/
404.html
File metadata and controls
19 lines (19 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<meta property="og:title" content="Wysc – Virtual Study Cafe" />
<link rel="apple-touch-icon" href="https://wysc.netlify.com/media/wsc-square-sm.png">
<meta name="description" content="For students striving to be better, Wysc is the study Discord server that delivers a cohesive, global online studying experience, as the first Discord server to present an edu-social cafe experience to an audience of hundreds.">
<title>Wysc</title>
</head>
<body>
<script>
var urlend = window.location.href.match(/wysc\.us\.to\/(.*?)(&|$)/)[1];
window.location.replace("https://wysc.netlify.com/"+urlend)
</script>
</body>
</html>