-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (29 loc) · 1.57 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
<html>
<!--https://discord.gg/Zgg9rMvhnS-->
<head>
<title>WELCOME!</title>
<meta http-equiv="refresh" content="10; url='home/'" />
<meta charset="UTF-8">
<meta name="description"
content="The official website for TheLostMoon, find all sorts of projects and things related to Yuri! The site includes TheLostMoonXVIII and related Youtube and Twitch; ReturnToAsh.mp3 and related music; DevilGlitch and related GitHub Projects.">
<meta name="keywords" content="">
<meta name="author" content="TheLostMoon, DevilGlitch, Yuri, ReturnToAsh.mp3">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="TheLostMoon Official Website" property="og:title" />
<meta
content="The home page for TheLostMoon, find short descriptions on all sorts of projects and things related to Yuri!The site includes TheLostMoonXVIII and related Youtube and Twitch;ReturnToAsh.mp3 and related music;DevilGlitch and related GitHub Projects"
property="og:description" />
<meta content="https://thelostmoon.net" property="og:url" />
<meta content="https://thelostmoon.net/visualAssets/logo.png" property="og:image" />
<meta content="#da004e" data-react-helmet="true" name="theme-color" />
<link rel="icon" type="image/x-icon" href="/visualAssets/fav.ico">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="/css/red.css">
</head>
<body>
<script type="text/javascript" src="js/console.js">
</script>
<div id="console"></div>
</script>
</body>
</html>