Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
alvitodev authored Dec 19, 2023
1 parent b8b080c commit 986d250
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion app/kowlastory/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
<video src="https://alvitodev.github.io/app/kowlastory/KowlaStory.mp4"></video>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kowla's Story Edu-Fable</title>
<style>
video {
width: 100%;
height: auto;
}
html {
background-color: rgb(46, 50, 54);
}
</style>
</head>
<body>
<video src="https://alvitodev.github.io/app/kowlastory/KowlaStory.mp4"></video>
</body>
</html>

0 comments on commit 986d250

Please sign in to comment.