From 006d340383f6b2235451188eddeb333bf8435cbc Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 16 Aug 2024 22:26:53 -0400 Subject: [PATCH] Update test portion with custom menu added --- test/src/pages/index.astro | 51 ++++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 5 deletions(-) diff --git a/test/src/pages/index.astro b/test/src/pages/index.astro index 3afe93d..22bcd19 100644 --- a/test/src/pages/index.astro +++ b/test/src/pages/index.astro @@ -1,18 +1,42 @@ --- // Components +import { ArrowUpRight, NavArrowLeft } from '@iconoir/vue' +import { SwitchOn } from '@iconoir/vue' +import { SwitchOff } from '@iconoir/vue' +import { NavArrowRight } from '@iconoir/vue' +import { Download } from '@iconoir/vue' import {Zorn} from '@minpluto/zorn' --- + SettingsMenu +> +
+ +
+ + + +
+ + + +
+
+ + + + +
+
-

Эни и Йойки: Недевчачьи игры. 1 серия. Мультфильмы для детей

-Translation: "Non-girly games" +

Ennie and Yoyki: Non-Girly Games

Created by Daniyar Yambushev

Source: https://www.youtube.com/watch?v=MuyJtxzyU3o


@@ -24,4 +48,21 @@ body { color: white; font-family: Arial, Helvetica, sans-serif; } - \ No newline at end of file + + + \ No newline at end of file