This repository was archived by the owner on Aug 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
24 lines (23 loc) · 1.38 KB
/
Copy patherror.html
File metadata and controls
24 lines (23 loc) · 1.38 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Election Tips not found">
<meta name="format-detection" content="telephone=no">
<title>Election Tips not found</title>
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body class="bg-dark">
<h1 class="text-center display-2"><span class="AUgreen">E</span><span class="AUgold">l</span><span class="AUgreen">e</span><span class="AUgold">c</span><span class="AUgreen">t</span><span class="AUgold">i</span><span class="AUgreen">o</span><span class="AUgold">n</span> <span class="AUgreen">T</span><span class="AUgold">i</span><span class="AUgreen">p</span><span class="AUgold">s</span><br> <small class="text-muted">404</small></h1>
<article id="tipcs" class="container alert alert-danger">
<div class="tip blockquote text-center">
<h2 class="alert-heading">Not Found</h2>
<p class="lead">The page you have tried to access does not exist here.</p>
</div>
</article>
</body>
</html>