Skip to content

Commit 49982f8

Browse files
authored
Create index.html
1 parent 1a3b660 commit 49982f8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>ViewThisTube</title>
6+
<style>
7+
body { margin: 0; }
8+
img { width: 100%; height: 100vh; object-fit: contain; }
9+
</style>
10+
</head>
11+
<body>
12+
<img src="https://i.ibb.co/55PR3zW/image.png">
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)