16 lines
471 B
Vue
16 lines
471 B
Vue
<script>
|
|
</script>
|
|
|
|
<template>
|
|
<div class="flex items-center justify-center">
|
|
<div class="w-16">
|
|
<img src="/img/as-logo-us.png" alt="Arctic Software PolarPress logo">
|
|
</div>
|
|
<div>
|
|
<div class="ml-2">
|
|
<h2 class="text-2xl text-sky-400 font-arctic">Polar<span class="text-sky-700">Press</span></h2>
|
|
<h4 class="text-sm">Sidebygger</h4>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template> |