lsp-yggdrasil-web/public/index.html

72 lines
2.0 KiB
HTML

<html lang="en">
<head>
<meta charset="utf-8" />
<!--
Please donate to lama to get a <link rel="icon" href="%PUBLIC_URL%/charmlessicon.ico" />
-->
<!--
Do you like manifest, google? Here you are '<link rel="manifest" href="%PUBLIC_URL%/fucku.json" />'
-->
<title>Charmless Yggdrasil</title>
<link rel="stylesheet" ref="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" >
<style>
@font-face {
font-family: "OPPO Sans";
src: url(https://code.oppo.com/content/dam/oppo/common/fonts/font2/new-font/OPPOSansOS2-5000-Medium.woff2);
}
body {
width: 100%;
height: 100%;
font-family: "OPPO Sans" !important;
}
div.rootPanel {
background-image: url("charmlessbg.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body>
<script type="text/javascript" src="noie.js" />
<script type="text/javascript">;noie(()=>{alert("Hey fuck u IE!");},()=>{alert('passed ie check')});</script>
<noscript>
<style type="text/css">
@keyframes FaDeLoL {
0% { background-color: greenyellow; }
50% { background-color: blue; }
100% { background-color: orange }
}
@keyframes fAdElOl {
from { color: red; }
to { color: white; }
}
html, body {
background: blue;
animation: FaDeLoL 2s infinite;
}
h1, h3 {
color: red;
animation: fAdElOl 1s infinite;
}
div {
display: grid;
}
</style>
<div>
<h1> HEY! FUCK U! </h1>
<h3> WHERE THE FUCK IS YOUR JS? </h3>
<h3> THIS WEBSITE IS CREATED WITH REACT.JS AND YOU DISALLOWED JS? </h3>
<h3> WELL OK THIS IS WHAT THIS PAGE LIKE WITHOUT JS! </h3>
</div>
</noscript>
<div id="root"> <!-- React.js is the best! --> </div>
</body>
</html>