Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
accessgames authored Oct 30, 2023
1 parent 548cc5a commit 5e32c6b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,7 @@
</head>
<body>
<div id="navbar">
<h1><center>Welcome to Commander Proxy</center></h1>
</div>

<div id="content">
<video controls>
<source src="video.mp4" type="video/mp4">
</video>
</div>


<script>
fetch('navbar.html')
.then(response => response.text())
Expand All @@ -57,5 +49,12 @@ <h1><center>Welcome to Commander Proxy</center></h1>
})
.catch(error => console.error(error));
</script>
</div>
<h1><center>Welcome to Commander Proxy</center></h1>
<div id="content">
<video width="100%" height="100%" controls>
<source src="video.mp4" type="video/mp4">
</video>
</div>
</body>
</html>

1 comment on commit 5e32c6b

@vercel
Copy link

@vercel vercel bot commented on 5e32c6b Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.