-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.html
More file actions
27 lines (25 loc) · 1.41 KB
/
apps.html
File metadata and controls
27 lines (25 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="head.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js"></script>
<script src="script.js" defer></script>
<title>Apps - CompNUS</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="u/profile.css" />
<link rel="stylesheet" href="u/data.css" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZW8SQ3EQ1B"></script><script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-ZW8SQ3EQ1B');</script></head>
<body>
<script>initHeader("Apps");
document.getElementById("headernav").removeChild(document.getElementById("servicenus"));
document.getElementById("cryptonus").style.gridColumn = "1 / -1";
</script>
<div class="mainscroll">
<h1 id="mainpardon">PARDON US FOR TAKING TOO LONG</h1>
<h2>Time is precious. We do not want to keep you waiting. But we were not fast enough to finish this website.<br />Apps, and to them connected "Manage Data" pages are still under development.<br />Thank you for your patience!</h2>
<br />
<h3>In the meantime, feel free to check out <a href="https://kingpvz.github.io/projects" traget="_blank" style="color: yellow">Projects</a> by the developer of CompNUS!</h3>
</div>
<script>initFooter();</script>
</body>
</html>