7 lines
212 B
Vue
7 lines
212 B
Vue
<template>
|
|
<section class="py-2 bg-primary text-white">
|
|
<div class="banner-container d-flex justify-content-center">
|
|
<img class="banner" src="/static/img/rmo/banner.jpg" />
|
|
</div>
|
|
</section>
|
|
</template>
|