-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
49 lines (39 loc) · 1.28 KB
/
404.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
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Miguel,Collaço,MICO,NOVA,FCT,CS,Computer,Science,Engenharia,Informática">
<meta name="author" content="Miguel Collaço">
<!-- Title -->
<title></title>
<!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap">
<script src="https://kit.fontawesome.com/dc0d3628bd.js" crossorigin="anonymous"></script>
<!-- Styles -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
</head>
<body>
<section class="header">
<nav>
<div class="nav-links" id="nav-links">
<ul>
<li><a href="./index.html">HOME</a></li>
</ul>
</div>
</nav>
<div class="welcome-text">
<h1 id="main-name">
404
</h1>
<p>
Page not found!
</p>
</div>
</section>
<script src="assets/js/404.js"></script>
</body>
</html>