-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideos.html
29 lines (29 loc) · 1.79 KB
/
videos.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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BCC PR</title>
<meta name="description" content="Inspiration for modern menu hover effects." />
<meta name="keywords" content="menu, navigation, hover, effect, animation, javascript, css, web design" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700|Nunito:400,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/style-adsila.css" />
<link rel="stylesheet" type="text/css" href="pater/pater.css" />
<link rel="stylesheet" type="text/css" href="css/pr.css" />
<script>document.documentElement.className="js";var supportsCssVars=function(){var e,t=document.createElement("style");return t.innerHTML="root: { --tmp-var: bold; }",document.head.appendChild(t),e=!!(window.CSS&&window.CSS.supports&&window.CSS.supports("font-weight","var(--tmp-var)")),t.parentNode.removeChild(t),e};supportsCssVars()||alert("Please view this demo in a modern browser that supports CSS Variables.");</script>
</head>
<body class="demo-adsila" style="background-color: #020202;">
<main>
<div><h1 class="arrow"><a href="index.html" style="color: white;">←</a></h1></div>
<div class="youtube">
<iframe width="560" height="315" src="https://www.youtube.com/embed/gMsk7Pxb-h8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen>
</iframe>
</div>
</main>
<script src="js/demo.js"></script>
</body>
</html>