-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (52 loc) · 4.19 KB
/
index.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
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Condution Desktop Client</title>
<!--LOADMEFIRST: Themes-->
<link rel="stylesheet" type="text/css" href="css/themes/condutiontheme-default.css" />
<link rel="stylesheet" type="text/css" href="css/themes/condutiontheme-default-light.css" />
<link rel="stylesheet" type="text/css" href="css/themes/condutiontheme-default-dark.css" />
<link rel="stylesheet" type="text/css" href="css/themes/condutiontheme-exr0n-aggresivedark.css" />
<!--Fonts and Icons-->
<!--<link href="https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap" rel="stylesheet">-->
<!--<script src="https://kit.fontawesome.com/c54dcdbe34.js" crossorigin="anonymous"></script>-->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!--Other People Codes-->
<!--<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>-->
<!--<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>-->
<!--Firebase loading this way so that it well recognize the chrome runtime-->
<script src="https://www.gstatic.com/firebasejs/7.15.5/firebase-app.js"></script>
<!-- Add Firebase products that you want to use -->
<script src="https://www.gstatic.com/firebasejs/7.15.5/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.15.5/firebase-firestore.js"></script>
<script src="../node_modules/devtools-detect/index.js"></script>
<!--<script src="../node_modules/devtools-detect/index.js"></script>-->
<link rel="stylesheet" href="./static/fa/scripts/all.min.css">
<link href = "./static/jquery-ui.css" rel = "stylesheet">
<link type="text/css" rel="stylesheet" href="https://cdn.firebase.com/libs/firebaseui/3.5.2/firebaseui.css" />
<link href="./static/bootstrap.css" rel="stylesheet" crossorigin="anonymous">
<link href="./static/select2.css" rel="stylesheet" />
<!--Our Codes-->
<link rel="stylesheet" type="text/css" href="css/app.css" />
<!--<script type='text/javascript' src="js/CacheManager.js"></script>-->
<!--<script type='text/javascript' src="js/FirebaseManager.js"></script>-->
<!--<script type='text/javascript' src="js/PerspectiveManager.js"></script>-->
<!-- <script type='text/javascript' src="backend/src/DBManager.js"></script>-->
<!--<script type='text/javascript' src="backend/src/ObjectManager.js"></script>-->
<!--<script type='text/javascript' src="backend/src/PerspectiveManager.js"></script>-->
<!--Electron Crap-->
<meta http-equiv="Content-Security-Policy" content="script-src 'self' code.jquery.com apis.google.com;" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover">
<!--Unicode-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body class="condutiontheme-default-light" style="display: flex; justify-content: center; align-items: center; height:100vh">
<div>
<img src="./static/logo.png" style="width: 50px; margin-right: 20px; display:inline-block; transform: translateY(-9px)"></img> <h1 style="font-weight:600; color: var(--content-normal-accent); display:inline-block">Be right back...</h1>
<h3 style="font-size: 16px;margin-top: 10px;">Performing a standard system upgrade. Follow our <a href="https://twitter.com/condution" style="color: var(--decorative-light-accent); text-decoration: underline">Twitter Account</a> for Updates</h3>
<h4 style="font-size: 16px;margin-top: 7px;">If you need access to Condution right now, please head over to the desktop version of the App.</h4>
<h4 style="font-size: 16px;margin-top: 7px; font-weight:600; color: var(--content-normal-accent)">We can't wait to show you what's next for Condution!</h4>
</div>
</body>
</html>