This commit is contained in:
Boof 2022-11-14 13:56:12 +01:00 committed by GitHub
parent e257d645a6
commit 663759fa40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

View File

@ -6,13 +6,7 @@
<title>Bad website</title>
<link rel="stylesheet" href="style.css" Type="text/css" media="all">
<script src="index.js"></script>
<div id="app">
<transition v-on:enter="enter" v-bind:css="false" appear>
<div class="butter-cheese-eggs" v-show="true">
<div v-for="(block, index) in grid" @click="select(index)">
<block :figure.sync="block.figure" />
</div>
</div>
<div id="app"></div>
<img onclick="window.location.href='http://gg.gg/b0gamead2'" class="alignnone size-full wp-image-1303" class="floatRight" src="/files/img/qm5solke 2.png" alt="" width="318.75" height="468.75" id="hp"/></div>
<p>On this website i host games and other stuff.</p>
<h1 style="font-size:2vw">Contact:</h1>

View File

@ -22,7 +22,7 @@
#app {
display: flex;
overflow: hidden;
overflow: visible;
position: relative;
width: 100vw;
height: 100vh;