-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
44 lines (38 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
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tesla 404 - Page Not Found</title>
<!-- Link CSS & JavaScript Files -->
<link rel="stylesheet" type="text/css" href="assets/css/404style.css" />
<script defer src="assets/js/404script.js"></script>
<!-- Adding Icon -->
<link rel="icon" type="image/png" href="assets/images/tesla.png"/>
<!-- Meta Tags -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="Tesla 404 - Page Not Found" />
<meta property="og:title" content="Tesla 404 - Page Not Found" />
<meta property="og:type" content="404 - Page Not Found" />
<meta property="og:url" content="" />
<meta property="og:description" content="" />
<meta property="og:image" content="" />
<meta name="twitter:card" content="" />
<meta name="twitter:site" content="" />
<meta name="twitter:title" content="" />
<meta name="twitter:description" content="" />
<meta name="twitter:image" content="" />
</head>
<body>
<header>
<nav class="navClass">
<div class="navLogo">
<a href="#">
<img src="assets/images/TeslaNav.svg" alt="TESLA">
</a>
</div>
<div></div>
</nav>
</header>
</body>
</html>