-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.39 KB
/
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
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/jpg" href="Media/favicon.ico"/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.min.css" integrity="sha512-XgCw4Srl8lC1ECwcaHwAU0WnxQwHkqmInzg9wJLtGB7DRuMaXPuK2k9WJ2AwRDGdrgK9eJpZl2hUlLi2WQssmw==" crossorigin="anonymous" />
<link rel="stylesheet" href="Styles/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MyProject</title>
</head>
<body>
<header>
<div class="inner-width">
<i class="material-icons" id="burger">menu</i>
</div>
</header>
<i class="material-icons" id="unfoldicon">unfold_more</i>
<section class="showcase" alt="Video of server flickering">
<div class="content">
<h1>Imants Keiselis</h1>
<h2><b>{</b>Hello World!<b>}</b></h2>
</div>
<div class="video-container">
<video src="Media/video.mp4" autoplay muted loop></video>
</div>
</section>
</body>
<script scr="app.js"></script>
<footer id="foot">© 2021 Imants Keiselis</footer>
</html>