Qumolama.d a59457d8fc
init
2022-07-07 00:06:18 +08:00

62 lines
1.6 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>
<style>
body {
width: 100%;
height: 100%;
}
</style>
<link rel="stylesheet" ref="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
</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>