Init commit

This commit is contained in:
Jeddunk 2021-01-06 16:27:43 +01:00
commit ff28359801
23 changed files with 3009 additions and 0 deletions

View file

@ -0,0 +1,19 @@
<script>
import logo from 'images/jeddunkxyz.png';
</script>
<style>
.logo {
height: 5.65rem;
-ms-interpolation-mode: nearest-neighbor;
/*image-rendering: pixelated;*/
image-rendering: optimizeSpeed;
}
</style>
<div class="jumbotron">
<div class="container">
<img src="{logo}" class="logo" alt="">
</div>
</div>