Skip to content

Commit

Permalink
Create video.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ELDRAZI-17 authored Jan 30, 2024
1 parent 7423d11 commit bc7daa4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions video.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>&nbsp;</p>
<p>&nbsp;</p>
<video width="576" autoplay>
<source src="FEUR.mp4" type="video/mp4">
<source src="FEUR.ogg" type="video/ogg">
</video>
</center>
</body>
</html>

0 comments on commit bc7daa4

Please sign in to comment.