mirror of
https://gitlab.vegova.si/rkv/prosojnice.git
synced 2025-05-15 16:20:31 +00:00
9 lines
300 B
Vue
9 lines
300 B
Vue
<template>
|
|
<div class="flex justify-center items-center gap-4">
|
|
<img src="/images/RKV_logo.svg" class="h-20">
|
|
<div class="flex flex-col items-start">
|
|
<div class="text-3xl">Radioklub Vegova</div>
|
|
<div>S59VEG, S56V</div>
|
|
</div>
|
|
</div>
|
|
</template> |