File size: 1,460 Bytes
2e90335
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="preconnect" href="https://rsms.me/">
    <link rel="stylesheet" href="https://rsms.me/inter/inter.css">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
    <style>

      :root { font-family: 'Inter', sans-serif; }

      @supports (font-variation-settings: normal) {

        :root { font-family: 'Inter var', sans-serif; }

      }

      body {

        margin: 0;

        background-color: #000000;

        width: 100vw;

        height: 100vh;

        font-family: 'Inter', 'Noto Sans JP', sans-serif;

      }

      .wrapper {

        height: 100vh;

        display: flex;

        flex-direction: column;

      }

      #player {

        flex-grow: 1;

        height: 100%;

        width: 100%;

      }

    </style>
  </head>
  <body>
    <div class="wrapper">
      <video id="player" playsinline controls src="https://huggingface.co/datasets/DeliberatorArchiver/gi_cutscn_new_mux/resolve/main/media/mux/variant/hevc_1080p_aac_256k/Cs_LQ1101502_ShenheBattle_Girl.mp4">
      </video>
    </div>
    <script>
    </script>
  </body>
</html>