-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
54 lines (51 loc) · 3.85 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
49
50
51
52
53
54
<!DOCTYPE html>
<html data-bs-theme="light" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Page Not Found - TARUMT Timetable Generator</title>
<link rel="canonical" href="https://tarumt-calendar.samsam123.name.my/404.html">
<meta property="og:url" content="https://tarumt-calendar.samsam123.name.my/404.html">
<meta name="description" content="Experience convenience with the "TARUMT Timetable Generator" app, fully open source on GitHub. It automatically retrieves your timetable from Tunku Abdul Rahman University of Management and Technology (TARUMT)'s app, generating an iCalendar (.ics) file. Import it effortlessly into Google Calendar and other compatible apps for seamless organization of your class timetable.">
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css?h=f2227b17fa6c7a34bd10412e47a7658b">
<link rel="stylesheet" href="/assets/css/Nunito.css?h=c0abf57f926f989bc08f55ceea5f4896">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
</head>
<body id="page-top">
<div id="wrapper">
<div class="d-flex flex-column" id="content-wrapper">
<div id="content">
<nav class="navbar navbar-expand bg-white shadow mb-4 topbar static-top navbar-light">
<div class="container-fluid">
<h4>TARUMT Timetable Generator</h4>
<ul class="navbar-nav flex-nowrap ms-auto">
<li class="nav-item dropdown no-arrow">
<div class="nav-item dropdown no-arrow"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown" href="#"><span class="d-none d-lg-inline me-2 text-gray-600 small" id="studentname"> </span></a>
<div class="dropdown-menu shadow dropdown-menu-end animated--grow-in"><a class="dropdown-item" href="#" onclick="logout()"><i class="fas fa-sign-out-alt fa-sm fa-fw me-2 text-gray-400"></i> Logout</a></div>
</div>
</li>
</ul><a class="btn btn-primary btn-sm" role="button" href="/dashboard.html" onclick="generateICS();"><i class="fas fa-user text-white-50 fa-sm"></i> Dashboard</a>
</div>
</nav>
<div class="container-fluid">
<div class="text-center mt-5">
<div class="error mx-auto" data-text="404">
<p class="m-0">404</p>
</div>
<p class="text-dark mb-5 lead">Page Not Found</p>
<p class="text-black-50 mb-0">It looks like you found a glitch in the matrix...</p><a href="/dashboard.html">← Back to Dashboard</a>
</div>
</div>
</div>
<footer class="bg-white sticky-footer">
<div class="container my-auto">
<div class="text-center my-auto copyright"><span>Copyright © Sam Sam<br><br>Source Code : <a href="https://github.com/samleong123/tarumt-timetable-generator" target="_blank" rel="author">Github</a><br><br>Please note that this website is not affiliated with Tunku Abdul Rahman University of Management and Technology (TARUMT).<br><br></span></div>
</div>
</footer>
</div><a class="border rounded d-inline scroll-to-top" href="#page-top"><i class="fas fa-angle-up"></i></a>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="/assets/js/bs-init.js?h=d0c6de1d0ecd5065d55e7b94664b5b10"></script>
<script src="/assets/js/theme.js?h=79f403485707cf2617c5bc5a2d386bb0"></script>
</body>
</html>