motoe moto commited on
Commit
6ffa1f6
1 Parent(s): fa2677d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -4
index.html CHANGED
@@ -17,6 +17,7 @@
17
  bottom: 0;
18
  min-width: 100%;
19
  min-height: 100%;
 
20
  }
21
 
22
  body {
@@ -71,15 +72,15 @@
71
  </style>
72
  </head>
73
  <body>
74
- <video autoplay muted loop class="bg">
75
- <source src="1.mp4" type="video/mp4">
76
- Your browser does not support HTML5 video.
77
- </video>
78
  <div>
79
  <h1>Files in Directory</h1>
80
  <ul id="fileList"></ul>
81
  <div id="pagination"></div>
82
  </div>
 
 
 
 
83
 
84
  <script>
85
  const itemsPerPage = 5; // Number of files to display per page
 
17
  bottom: 0;
18
  min-width: 100%;
19
  min-height: 100%;
20
+ z-index: -1; /* Ensure video stays in the background */
21
  }
22
 
23
  body {
 
72
  </style>
73
  </head>
74
  <body>
 
 
 
 
75
  <div>
76
  <h1>Files in Directory</h1>
77
  <ul id="fileList"></ul>
78
  <div id="pagination"></div>
79
  </div>
80
+ <video autoplay muted loop class="bg">
81
+ <source src="1.mp4" type="video/mp4">
82
+ Your browser does not support HTML5 video.
83
+ </video>
84
 
85
  <script>
86
  const itemsPerPage = 5; // Number of files to display per page