mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-28 17:14:07 +00:00
more 88x31
This commit is contained in:
parent
acfa0f4ab2
commit
88f3e57b91
4 changed files with 122 additions and 15 deletions
16
app.vue
16
app.vue
|
@ -1,8 +1,19 @@
|
|||
<script>
|
||||
<script setup>
|
||||
import Backdrop from "./components/Backdrop.vue";
|
||||
import Footer from "./components/Footer.vue";
|
||||
// import "./lib/jsscripts/index.ts";
|
||||
import Navbar from "./components/Navbar.vue";
|
||||
import "./lib/jsscripts/index.ts";
|
||||
useHead({
|
||||
noscript: [
|
||||
{
|
||||
children: `
|
||||
<meta http-equiv="refresh" content="0; url=https://saahild.com/retro" />
|
||||
`
|
||||
}
|
||||
]
|
||||
})
|
||||
</script>
|
||||
<script>
|
||||
</script>
|
||||
<!-- <script
|
||||
defer
|
||||
|
@ -16,6 +27,7 @@ html {
|
|||
}
|
||||
</style>
|
||||
<template>
|
||||
|
||||
<div>
|
||||
<Navbar />
|
||||
<Backdrop />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue