forked from nkjha007/NikFlix
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhohh.html
executable file
·80 lines (69 loc) · 2.14 KB
/
hohh.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link href="https://fonts.googleapis.com/css?family=Lato:700%7CMontserrat:400,600" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="bootstrap.min.css"/>
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="font-awesome.min.css">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="style1.css"/>
<style>
</head>
<style>
video
{
position: fixed; no-repeat;
left: 50%;
z-index:-1000;
min-width: 50%;
min-height: 50%;
width: auto;
height: 50%;
transform: translate(-50%, -50%);
}
</style>
<body>
<!-- Header -->
<header id="header" class="transparent-nav">
<div class="container">
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a class="logo" href="index.html">
<!--<img src="./img/logo-alt.png" alt="logo">-->
</a>
</div>
<!-- /Logo -->
<!-- Mobile toggle -->
<button class="navbar-toggle">
<span></span>
</button>
<!-- /Mobile toggle -->
</div>
<!-- Navigation -->
<nav id="nav">
<ul class="main-menu nav navbar-nav navbar-right">
<li><a href="./edusite/edusite/after login.php">HOME</a></li>
<!--<li><a href="#">ABOUT</a></li>-->
<!--<li><a href="#">Courses</a></li>-->
<li><a href="./myprofile1.php">MY PROFILE</a></li>
<li><a href="./myshows.php">MY SHOWS</a></li>
<li><a href="./#.html">LOG OUT</a></li>
</ul>
</nav>
<!-- /Navigation -->
</div>
</header>
<!-- /Header -->
<div>
<video width="1349" controls="controls">
<source src="./trailer/hohh.mp4" type="video/mp4">
<!--<source src="movie.ogg" type="video/ogg">-->
Your browser does not support the video tag.
</video>
</div>
</body>
</html>