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 5c5bc66953
add title to head
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
2024-04-24 15:33:01 +02:00

7 lines
No EOL
153 B
Vue

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