init
This commit is contained in:
BIN
public/charmlessbg.png
Normal file
BIN
public/charmlessbg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 375 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB |
@ -1,43 +1,61 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Web site created using create-react-app"
|
||||
/>
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is installed on a
|
||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||
Please donate to lama to get a <link rel="icon" href="%PUBLIC_URL%/charmlessicon.ico" />
|
||||
-->
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<!--
|
||||
Notice the use of %PUBLIC_URL% in the tags above.
|
||||
It will be replaced with the URL of the `public` folder during the build.
|
||||
Only files inside the `public` folder can be referenced from the HTML.
|
||||
Do you like manifest, google? Here you are '<link rel="manifest" href="%PUBLIC_URL%/fucku.json" />'
|
||||
-->
|
||||
<title>Charmless Yggdrasil</title>
|
||||
|
||||
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
|
||||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>React App</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>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
<!--
|
||||
This HTML file is a template.
|
||||
If you open it directly in the browser, you will see an empty page.
|
||||
<script type="text/javascript" src="noie.js" />
|
||||
<script type="text/javascript">;noie(()=>{alert("Hey fuck u IE!");},()=>{alert('passed ie check')});</script>
|
||||
|
||||
You can add webfonts, meta tags, or analytics to this file.
|
||||
The build step will place the bundled scripts into the <body> tag.
|
||||
<noscript>
|
||||
<style type="text/css">
|
||||
@keyframes FaDeLoL {
|
||||
0% { background-color: greenyellow; }
|
||||
50% { background-color: blue; }
|
||||
100% { background-color: orange }
|
||||
}
|
||||
|
||||
To begin the development, run `npm start` or `yarn start`.
|
||||
To create a production bundle, use `npm run build` or `yarn build`.
|
||||
-->
|
||||
@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>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.4 KiB |
1
public/noie.js
Normal file
1
public/noie.js
Normal file
@ -0,0 +1 @@
|
||||
/*noie.js by github.com/Lama3L9R*/;var noie=function(a,b){try{eval('null??1');if(b)b()}catch(e){a?a():alert('fvk u ie');window.close();while(true){}}};
|
@ -1,3 +1,3 @@
|
||||
# https://www.robotstxt.org/robotstxt.html
|
||||
# 你爬你大爷
|
||||
User-agent: *
|
||||
Disallow:
|
||||
Disallow: /
|
||||
|
Reference in New Issue
Block a user