mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-24 05:22:22 +00:00
16 lines
507 B
Vue
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>
|