best picture in the world

This commit is contained in:
2025-11-26 14:12:27 +00:00
parent ac01842f81
commit a256862080
2 changed files with 11 additions and 15 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@@ -8,24 +8,17 @@ import Radio from "@/components/Radio.vue";
<Radio class="floating" style="left: 90vw; top: 10vh" /> <Radio class="floating" style="left: 90vw; top: 10vh" />
<main class="a4page"> <main class="a4page">
<div> <h1>Welcome</h1>
<h1>Welcome</h1> <img src="/img/epic.jpeg" />
</div>
<div> <h2>whoami?</h2>
<h2>whoami?</h2> <p>Hi im Adam</p>
<p>Hi im Adam</p>
</div>
<div> <h2>cv</h2>
<h2>cv</h2> <RouterLink to="/cv">cv</RouterLink>
<RouterLink to="/cv">cv</RouterLink>
</div>
<div> <h2>bookmarks</h2>
<h2>bookmarks</h2> <RouterLink to="/bookmarks">bookmarks</RouterLink>
<RouterLink to="/bookmarks">bookmarks</RouterLink>
</div>
<div> <div>
<h2>Shrines</h2> <h2>Shrines</h2>
@@ -36,3 +29,6 @@ import Radio from "@/components/Radio.vue";
</div> </div>
</main> </main>
</template> </template>
<styles scoped>
</styles>