7 lines
281 B
Vue
7 lines
281 B
Vue
<template>
|
|
<div style="font-family: sans-serif; padding: 2rem; background-color: #1a1a1a; color: #fff; min-height: 100vh;">
|
|
<h1>ServiceFinder Admin</h1>
|
|
<p>A biztonságos adminisztrációs és statisztikai felület konténere sikeresen felállt.</p>
|
|
</div>
|
|
</template>
|