1
0
Fork 0

first commit
Some checks failed
Build / Build (push) Successful in 46s
Build / Deploy (push) Failing after 10s

This commit is contained in:
amy 2024-12-24 16:32:54 +03:30
commit b5a4c0a601
No known key found for this signature in database
42 changed files with 2802 additions and 0 deletions

17
hacked/index.html Normal file
View file

@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://proxy.spiro.exhq.dev/_/plain/https://dp.nea.moe/avatar/712639419785412668.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>amy hacked</title>
<meta content="i am hakcer" property="og:title" />
<meta content="wevbsiutres that ive st0oplen" property="og:description" />
<meta content="https://proxy.spiro.exhq.dev/_/plain/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>