colon three

This commit is contained in:
amy 2024-07-08 05:48:18 +03:30
parent 4dc39a7af5
commit 42281b47fc
5 changed files with 81 additions and 11 deletions

View file

@ -1,3 +1,22 @@
export default function App(){
return <>balls gaming</>
import '../src/App.css'
import './hacked.css'
export default function App() {
return <div class='hackedmain'>
<div class='hackedheader'>
<h1>websites that ive stolen</h1>
<div class='hackedlist'>
<a href="https://exhq.mugman.tech/">exhq.mugman.tech</a>
<a href="https://exhq.nekos.in/">exhq.nekos.in</a>
<a href="https://exhq.i386.dev">exhq.i386.dev</a>
<a href="https://exhq.sadan.zip">exhq.i386.dev</a>
<a href="https://exhq.maggiepi.site">exhq.maggiepi.site</a>
<a href="https://exhq.ushie.dev">exhq.ushie.dev</a>
<a href="https://exhq.aspy.dev">exhq.aspy.dev</a>
<a href="https://exhq.kittens.cat">exhq.kittens.cat</a>
<a href="https://exhq.steamcumunity.com/">exhq.steamcumunity.com</a>
<a href="https://exhq.nin0dev.com/">exhq.nin0dev.com</a>
<a href="https://exhq.rico040.su/">exhq.rico040.su</a>
</div>
</div>
</div>
}

18
hacked/hacked.css Normal file
View file

@ -0,0 +1,18 @@
.hackedmain {
display: flex;
justify-content: center;
}
.hackedheader {
font-size: 1.5em;
}
.hackedlist a {
color: pink;
}
.hackedlist {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

View file

@ -1 +1,17 @@
balls
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://dp.nea.moe/avatar/712639419785412668.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ehco</title>
<meta content="ECHO" property="og:title" />
<meta content="warning: this user is known to be extremely silly, proceed with caution." property="og:description" />
<meta content="https://dp.nea.moe/avatar/712639419785412668.png" property="og:image" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
</head>
<body>
<div id="hackedroot"></div>
<script type="module" src="./index.tsx"></script>
</body>
</html>