Init rewrite with bundler
This commit is contained in:
parent
782cee4cec
commit
7230dbb084
37 changed files with 1974 additions and 4 deletions
19
test/index.html
Normal file
19
test/index.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Zorn</title>
|
||||
<link rel="stylesheet" href="./css/index.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="video-container">
|
||||
<video class="zorn-player" layout="default" title="Ennie and Yoyki: Ungirly Games">
|
||||
<!-- Quality changer support has not been worked on yet -->
|
||||
<source label="720p" src="./media/Ennie-and-Yoyki-Ungirly-Games.mp4" type="video/mp4">
|
||||
<!-- Subtitles -->
|
||||
<track src="./media/subtitles/English.vtt" kind="subtitles" srclang="en" label="English">
|
||||
<track src="./media/subtitles/Russian.vtt" kind="subtitles" srclang="ru" label="Russian">
|
||||
</video>
|
||||
</div>
|
||||
</body>
|
||||
<script src="./js/zorn.js"></script>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue