Add frontend

This commit is contained in:
2025-05-02 17:35:44 +05:30
parent 4230489d4b
commit 2c50459501
22 changed files with 6213 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<template>
<header>
<RouterLink to="/" class="logo-text"><h1>Log Viewer</h1></RouterLink>
<slot />
</header>
</template>