-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 853 Bytes
/
index.html
File metadata and controls
32 lines (29 loc) · 853 Bytes
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
<!DOCTYPE html>
<html lang="es" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="favicon.png"/>
<title>Back to the future</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/fonts.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap" rel="stylesheet">
</head>
<body>
<section class="back-time">
<div class="delorean">
<div class="logo">
<img src="img/level.png" alt="back-to-the-future">
</div>
<div class="info">
<p class="dmc">dmc-12 delorean</p>
<p class="time">time panel</p>
</div>
</div>
<div class="time-panel">
<div></div>
<div></div>
<div></div>
</div>
</section>
</body>
</html>