-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
86 lines (80 loc) · 3 KB
/
404.html
File metadata and controls
86 lines (80 loc) · 3 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<html>
<title>Robot2Guides - Lite</title>
<link rel="icon" href="/favicon.ico" type="image/gif">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="/css/materialize.min.css" media="screen,projection" />
<link type="text/css" rel="stylesheet" href="/css/materialize.css" media="screen,projection" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/56969fbf0a.js" crossorigin="anonymous"></script>
<head>
<!-- This is the Head Tag. -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<style>
body {
background-color: rgb(85, 58, 92);
}
.responsive {
width: 60%;
height: auto;
}
</style>
<body>
<!-- This is the Body Tag. -->
<nav>
<div class="nav-wrapper">
<a href="/" class="brand-logo center">Robot2Guides</a>
</div>
</nav>
<div class="container">
<div class="section">
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send brown-text"></i></h3>
<h3><p style="color:white;"><b>Robot2Guides</b></h3>
<h4><p style="color:white;"><i class="fab fa-youtube"></i> YouTube - <i class="fab fa-twitter"></i> Twitter</h4>
<img src="/images/20210713_124532.jpg" alt="Robots" class="responsive">
</div>
</div>
</div>
</div>
<div class="container">
<div class="section">
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send brown-text"></i></h3>
<h3><p style="color:white;"><b>Test if you can load pages here!</b></h3>
<h3><p style="color:white;"><b>404</b></h3>
<h4><p style="color:white;"><a href="click1">Click 1</a></h4>
<h4><p style="color:white;"><a href="click2">Click 2</a></h4>
</div>
</div>
</div>
</div>
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text"></h5>
<p class="grey-text text-lighten-4"></p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text"></h5>
<ul>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-2.1.1.min.js" type="f38f304aa426e5d0ca858088-text/javascript"></script>
<script src="/js/materialize.js" type="f38f304aa426e5d0ca858088-text/javascript"></script>
<script src="/js/materialize.min.js" type="f38f304aa426e5d0ca858088-text/javascript"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/js/materialize.min.js"></script>
</body>
</html>