aboutsummaryrefslogtreecommitdiff
path: root/src/components/Slideshow.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Slideshow.astro')
-rw-r--r--src/components/Slideshow.astro10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/Slideshow.astro b/src/components/Slideshow.astro
new file mode 100644
index 0000000..8910bd8
--- /dev/null
+++ b/src/components/Slideshow.astro
@@ -0,0 +1,10 @@
+<div class="window" style="display:flex; flex-direction:column; height:80vh;">
+ <div class="titlebar">
+ <p class="titlebar-text">Screenshots</p>
+ <div class="titlebar-buttons">
+ <div class="titlebar-box"></div>
+ <div class="titlebar-box"></div>
+ <div class="titlebar-box"></div>
+ </div>
+ </div>
+</div>