2021-01-06 16:27:43 +01:00
|
|
|
<script>
|
|
|
|
import logo from 'images/jeddunkxyz.png';
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
.logo {
|
|
|
|
height: 5.65rem;
|
|
|
|
-ms-interpolation-mode: nearest-neighbor;
|
2021-01-07 13:35:37 +01:00
|
|
|
image-rendering: -moz-crisp-edges;
|
|
|
|
image-rendering: pixelated;
|
2021-01-06 16:27:43 +01:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<div class="jumbotron">
|
|
|
|
<div class="container">
|
|
|
|
<img src="{logo}" class="logo" alt="">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|