no hacked
This commit is contained in:
parent
b5a4c0a601
commit
2db37cc83e
5 changed files with 8 additions and 76 deletions
|
|
@ -1,21 +0,0 @@
|
||||||
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.sadan.zip</a>
|
|
||||||
<a href="https://exhq.maggiepi.site">exhq.maggiepi.site</a>
|
|
||||||
<a href="https://exhq.nea.moe">exhq.nea.moe</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.steamcumunity.com/">exhq.steamcumunity.com</a>
|
|
||||||
<a href="https://exhq.rico040.su/">exhq.rico040.su</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
}
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
.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;
|
|
||||||
}
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
<!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>
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
import { render } from 'solid-js/web'
|
|
||||||
|
|
||||||
import App from './App'
|
|
||||||
|
|
||||||
const root = document.getElementById('hackedroot')
|
|
||||||
|
|
||||||
render(() => (
|
|
||||||
<>
|
|
||||||
<App />
|
|
||||||
</>
|
|
||||||
), root!)
|
|
||||||
|
|
@ -1,16 +1,15 @@
|
||||||
import { defineConfig } from 'vite'
|
import { defineConfig } from "vite";
|
||||||
import { resolve } from 'path'
|
import { resolve } from "path";
|
||||||
import solid from 'vite-plugin-solid'
|
import solid from "vite-plugin-solid";
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
build: {
|
build: {
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
input: {
|
input: {
|
||||||
main: resolve(__dirname, 'index.html'),
|
main: resolve(__dirname, "index.html"),
|
||||||
hacked: resolve(__dirname, 'hacked/index.html'),
|
review: resolve(__dirname, "review/index.html"),
|
||||||
review: resolve(__dirname, 'review/index.html')
|
},
|
||||||
}
|
},
|
||||||
}
|
|
||||||
},
|
},
|
||||||
plugins: [solid()],
|
plugins: [solid()],
|
||||||
})
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue