2020-10-27 09:57:39 +02:00

16 lines
507 B
Vue

<template>
<div class="container">
<div class="d-flex align-items-center p-3 my-3 text-white-50 bg-dark ">
<b-icon-bug class="mr-3" width="48" height="48" />
<div>
<h6 class="mb-0 text-white">MalwareMultiScan UI</h6>
<small>
A demo of a <a target="_blank" href="https://github.com/mindcollapse/MalwareMultiScan">microservice</a>
to scan your files against multiple AV solutions
</small>
</div>
</div>
<nuxt />
</div>
</template>