7 lines
285 B
Vue
7 lines
285 B
Vue
<template>
|
|
<div style="display: flex; width: fit-content;">
|
|
<img width="140" src="~/assets/img/buildpath-high-resolution-logo-transparent.png" />
|
|
<h1 style="font-weight: 200; align-content: center; font-size: 90px; margin-left: 20px;">BuildPath</h1>
|
|
</div>
|
|
</template>
|