-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
45 lines (39 loc) · 1.72 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
<!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">
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<!-- Icono paginas -->
<link rel="shortcut icon" href="https://pbs.twimg.com/profile_images/1129561704424075264/SbW_LUxo_400x400.jpg">
<!-- CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Fuentes -->
<link href="https://fonts.googleapis.com/css?family=Monoton" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<title>404 Not Found</title>
</head>
<body class="body-404">
<div class="content">
<svg viewBox="0 -60 960 300" transform="translate(0,60)">
<symbol id="s-text">
<text text-anchor="middle" x="50%" y="50%">404</text>
</symbol>
<g class="g-ants">
<use xlink:href="#s-text" class="text-404"></use>
<use xlink:href="#s-text" class="text-404"></use>
<use xlink:href="#s-text" class="text-404"></use>
<use xlink:href="#s-text" class="text-404"></use>
<use xlink:href="#s-text" class="text-404"></use>
</g>
</svg>
<h1 class="h1-404">Page Not Found</h1>
</div>
<div class="col-lg-6 text-center m-auto mt-5" style="padding-bottom: 3%;">
<a href="shop.html"><button class="btn1">Continue Shopping</button></a>
</div>
</body>
</html>