-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
91 lines (71 loc) · 3.14 KB
/
error.html
File metadata and controls
91 lines (71 loc) · 3.14 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
87
88
89
90
91
<!DOCTYPE HTML>
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<title>Error 404!</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="assets/css/main.css" />
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<style>
.mainDiv
{
align-items: center;
/*justify-content: space-around;*/
justify-content: center;
font-family: 'Roboto';
}
</style>
</head>
<body>
<section id="maintitle" class="wrapper style2">
<div class="inner">
<div class="box">
<div class="content">
<header class="align-center">
<h2 style="margin-bottom: 10px; font-weight: bold; font-size: 40px;">IMPETUS 19.0</h2>
<h2 style="margin-bottom: 7px;">Techfusion: Redefining Possibilities</h2>
<img src="assets/images/Logo.svg" alt="Impetus Logo" style="width: 150px; height: 150px;margin-top: 10px;">
<br>
<h4 style="margin-bottom: 7px;">Something went wrong!</h4>
<h5 style="margin-bottom: 7px;">Click the below button to go back to home page!</h5>
<a href="./index.html"><button id="clickMe" style="padding-left:5px;padding-right: 5px;">Click Me</button></a>
</header>
</div>
</div>
</div>
</section>
<!-- Social-contacts -->
<div class="social-icons">
<a href="https://www.facebook.com/impetusuvce" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://twitter.com/ieeeuvce" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.instagram.com/ieeeuvce/" target="_blank">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.youtube.com/channel/UCt9I0q7BzuuRBcJKvMcdpow" target="_blank">
<i class="fab fa-youtube"></i>
</a>
</div>
<!-- Footer -->
<footer id="footer">
<br>
<div class="copyright" style='background-color: rgba(30, 30, 30, 1);'>
© IEEE UVCE : <a href="ieeeuvce.in">ieeeuvce.in</a>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>