This repository has been archived on 2024-12-14. You can view files and clone it, but cannot push or open issues or pull requests.
onepiece-webring/app.vue
Sindre Kjelsrud 909536eb66
🐛 fixing weird duplication bug
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
2024-04-24 16:32:24 +02:00

5 lines
No EOL
130 B
Vue

<template>
<link rel="icon" type="image/gif" href="/favicon.gif">
<title>Grand Line Webring</title>
<NuxtPage />
</template>