16 lines
507 B
Vue
Raw Normal View History

2020-10-26 21:49:13 +02:00
<template>
2020-10-27 09:57:39 +02:00
<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 />
2020-10-26 21:49:13 +02:00
</div>
</template>