mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-05-14 17:33:05 +00:00
About Page done
This commit is contained in:
parent
19a02bdb7d
commit
5a39355ca1
12 changed files with 309 additions and 29 deletions
|
@ -9,6 +9,7 @@ import { injectOneko } from './scripts/oneko';
|
|||
import Navbar from './components/navbar';
|
||||
import { runTitle } from './scripts/title';
|
||||
import { startEvent } from './scripts/hashevent';
|
||||
import { listenForEasterEgg } from './scripts/oneko_easteregg';
|
||||
const root = ReactDOM.createRoot(
|
||||
document.getElementById('root') as HTMLElement
|
||||
);
|
||||
|
@ -16,6 +17,7 @@ document.title = "Saahild.com"
|
|||
injectOneko();
|
||||
runTitle()
|
||||
startEvent()
|
||||
listenForEasterEgg()
|
||||
document.title = 'React App';
|
||||
root.render(
|
||||
<React.StrictMode>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue