Skip to content

Commit 7523b1d

Browse files
committed
Adds tabs.garden
1 parent 86db954 commit 7523b1d

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

components/section/Playground.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ const props = defineProps({
1515
});
1616
1717
const links = [
18+
{
19+
title: "tabs.garden",
20+
description: "A simple site for guitar tabs",
21+
link: "/playground/tabs-garden",
22+
img: "/images/previews/tabs-garden.png",
23+
},
1824
{
1925
title: "Conway",
2026
description: "Conway's game of life written in vanilla Javascript",

pages/playground/tabs-garden.vue

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<script setup>
2+
definePageMeta({ layout: "light" });
3+
</script>
4+
5+
<template>
6+
<main class="flex h-[1024px] justify-center border-2 border-gray-500">
7+
<iframe
8+
src="https://tabs.garden"
9+
width="100%"
10+
height="100%"
11+
></iframe>
12+
</main>
13+
</template>
404 KB
Loading

0 commit comments

Comments
 (0)