-
Notifications
You must be signed in to change notification settings - Fork 0
/
video.html
23 lines (23 loc) · 882 Bytes
/
video.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>FEUR</title>
<meta name="viewport" content="initial-scale=0.6">
<link href="style.css" rel = "stylesheet" type="text/css">
<link rel="shortcut icon" href="https://raw.githubusercontent.com/ELDRAZI-17/FEUR/main/favicon.ico">
<link rel="apple-touch-icon" href="https://raw.githubusercontent.com/ELDRAZI-17/FEUR/main/favicon.ico">
<link rel="icon" sizes="32x32" href="https://raw.githubusercontent.com/ELDRAZI-17/FEUR/main/favicon.ico">
<link rel="icon" sizes="16x16" href="https://raw.githubusercontent.com/ELDRAZI-17/FEUR/main/favicon.ico">
<meta http-equiv="refresh" content="3; URL=https://eldrazi-17.github.io/FEUR/">
</head>
<body>
<center>
<p> </p>
<p> </p>
<video width="576" autoplay>
<source src="FEUR.mp4" type="video/mp4">
<source src="FEUR.ogg" type="video/ogg">
</video>
</center>
</body>
</html>