-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (28 loc) · 976 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>concetto</title>
<link rel="icon" href="images/logo_transparent.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="main">
<video autoplay loop muted plays-inline class="back-video">
<source src="images/background.mp4" type="video/mp4">
</video>
<nav>
<a href="index.html"><img src="images/logo_transparent.png" alt="logo" height="40px" width="40px"></a>
<ul>
<li><a href="https://concetto.in/#/home">Concetto</a></li>
</ul>
</nav>
<div class="content">
<h2>Welcome to Concetto 2022</h2>
<a href="index4.html">Login</a>
</div>
</div>
</body>
</html>