Skip to content

Commit

Permalink
Add darkreader lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-A-Normal-Robot committed May 17, 2024
1 parent bae20c4 commit 4e3221f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="darkreader-lock">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Techmino Hub - 404</title>
<link rel="stylesheet" href="/css/style.css">
Expand Down
4 changes: 3 additions & 1 deletion auth/discord_callback.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="darkreader-lock">
<title>Techmino Hub - logging in...</title>
</head>
<body style="background:#000;color:#FFF">
Expand All @@ -19,10 +20,11 @@ <h1 id="txt">

if(session) {
document.getElementById("txt").textContent = "You are now logged in! Redirecting...";
window.location.href = "/auth/profile-setup.html";
} else {
document.getElementById("txt").textContent = "Login failed. Redirecting...";
}
window.location.href = "/index.html";
}
</script>
</body>
</html>
1 change: 1 addition & 0 deletions data/faq-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="darkreader-lock">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Techmino Hub - FAQ</title>
<link rel="stylesheet" href="/css/style.css">
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="darkreader-lock">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Techmino Hub - Home</title>
<link rel="stylesheet" href="/css/style.css">
Expand Down
1 change: 1 addition & 0 deletions map-display.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="darkreader-lock">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Techmino Hub - Map (Unstable)</title>
<link rel="stylesheet" href="/css/style-map.css">
Expand Down
1 change: 1 addition & 0 deletions map.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="darkreader-lock">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Techmino Hub - Map</title>
<link rel="stylesheet" href="/css/style.css">
Expand Down

0 comments on commit 4e3221f

Please sign in to comment.