-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
48 lines (44 loc) · 1.84 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
<html lang="en">
<head>
<title data-i18n="title">Confirmation From - Ivan Perez </title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Iván Pérez - Portfolio">
<!-- Link-->
<link rel="shortcut icon" href="assets/images/resume.png" title="LogoIcon">
<link
href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<!-- Theme CSS -->
<link id="style" rel="stylesheet" href="assets/css/404.css">
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="row justify-content-center">
<div class="box">
<div class="text-404">4 <span style="color:#f0575f">0</span> 4</div>
<br>
<div class="text-not" data-i18n="404.text">Oops! Page Not Found</div>
<!-- <a onclick="history.back(-1)" class=""> Go Back</a> Otra forma, otra en confirmation.html -->
</div>
<div class="boton">
<button class="btn backBtn" id="myButton">Go back <i class="fa fa-undo"></i></button>
</div>
</div>
</div>
<!-- Javascript -->
<script type="text/javascript">
document.getElementById("myButton").onclick = function () {
location.href = "https://ivanperez9.github.io/";
};
</script>
<!-- custom js -->
<script src="assets/js/main.js" type="module"></script>
</body>
</html>