-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 860 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-16">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body{
background-color:#414141;
color:#fff;
}
</style>
<title>Document</title>
</head>
<body>
<form action="" method="GET">
<label for="fname">firstname</label>
<br>
<input type="text" placeholder="firstname" name="" value="Bishal" id="fname">
</form>
<select name="editors" id="" >
<option value="vscode">vscode</option>
<option value="sublime">SubLime</option>
</select>
<br>
<input type="week" name="" id="">
<input type="submit" value="">Submit</input>
<video width="320" height="240" autoplay controls>
<source src="./WIN_20240102_21_03_50_Pro.mp4">
</video>
</body>
</html>