🚀 Init
This commit is contained in:
parent
9fd0228a37
commit
59e871a96f
16 changed files with 818 additions and 0 deletions
1
test/src/env.d.ts
vendored
Normal file
1
test/src/env.d.ts
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/// <reference path="../.astro/types.d.ts" />
|
27
test/src/pages/index.astro
Normal file
27
test/src/pages/index.astro
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
// Components
|
||||
import {Zorn} from '@minpluto/zorn'
|
||||
---
|
||||
<meta charset="utf-8">
|
||||
|
||||
<Zorn
|
||||
Poster="https://md.sudovanilla.org/images/eay-p-v.jpg"
|
||||
Video="https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm"
|
||||
CustomControls
|
||||
Milieu
|
||||
/>
|
||||
|
||||
<h2>Эни и Йойки: Недевчачьи игры. 1 серия. Мультфильмы для детей</h2>
|
||||
<sup style="color: gray">Translation: "Non-girly games"</sup>
|
||||
<p>Created by Daniyar Yambushev</p>
|
||||
<p>Source: <a href="https://www.youtube.com/watch?v=MuyJtxzyU3o">https://www.youtube.com/watch?v=MuyJtxzyU3o</a></p>
|
||||
<br/>
|
||||
<a href="/with-separate-audio">View with separated audio</a>
|
||||
|
||||
<style>
|
||||
body {
|
||||
background: #010101;
|
||||
color: white;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue