-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
76 lines (73 loc) · 5.57 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Emploi du temps | INSAgenda</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Récupérez votre emploi du temps pour vos cours à l'INSA facilement et implicitement.">
<link rel="stylesheet" href="../styles/colors.css">
<link rel="stylesheet" href="../styles/insagenda.css">
<link rel="stylesheet" href="../styles/auth.css">
<link rel="icon" href="/assets/logo/logo.svg?v=1" />
<link data-trunk rel="inline" href="src/main.css" />
<link data-trunk rel="inline" href="src/popup/popup.css" />
<link data-trunk rel="inline" href="src/event/events.css" />
<link data-trunk rel="inline" href="src/calendar/calendar.css" />
<link data-trunk rel="inline" href="src/agenda/agenda.css" />
<link data-trunk rel="inline" href="src/settings/settings.css" />
<link data-trunk rel="inline" href="src/alert/alert.css" />
<link data-trunk rel="inline" href="src/glider_selector/glider-selector.css" />
<link data-trunk rel="inline" href="src/checkbox/checkbox.css" />
<link data-trunk rel="inline" href="src/tabbar/tabbar.css" />
<link data-trunk rel="inline" href="src/friends/friends.css" />
<link data-trunk rel="inline" href="src/comment/comment.css" />
<link data-trunk rel="inline" href="styles/waiting-screen.css" />
<link data-trunk rel="inline" href="styles/themes.css" />
<link data-trunk rel="rust" data-integrity="none" data-initializer="src/initializer.mjs" />
<link data-trunk rel="copy-dir" href="images" />
<script common_code="head">var d=document;async function u(c,i){var f=d.createElement("div");f.innerHTML=await (await fetch(i)).text();for(var g=0;g<f.childNodes.length;g++){var a=f.childNodes[g];if(1==a.nodeType){var h=d.createElement(a.tagName);h.innerHTML=a.innerHTML;for(var b=0;b<a.attributes.length;b++)h.setAttribute(a.attributes[b].name,a.attributes[b].value);c.parentNode.insertBefore(h,c),a.remove()}}c.remove()}var e=d.currentScript;u(e,"/common-code/"+e.getAttribute("common_code")+".html")</script>
</head>
<body>
<div id="render">
<div id="waiting-screen" style="opacity: 0;">
<div class="lds-ring" style="display:none;"><div></div><div></div><div></div><div></div></div>
<div class="lds-bar" style="display:none;"><div></div></div>
<p id="waiting-screen-message">Chargement...</p>
<div id="waiting-screen-quote" style="opacity: 0;">
<p>
<svg xmlns="http://www.w3.org/2000/svg" width="1rem" height="1rem" fill="currentColor" class="bi bi-quote" viewBox="0 0 16 16"><path d="M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 9 7.558V11a1 1 0 0 0 1 1h2Zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 3 7.558V11a1 1 0 0 0 1 1h2Z"/></svg>
<span id="waiting-screen-quote-text">We are all Satoshi.</span>
<svg xmlns="http://www.w3.org/2000/svg" width="1rem" height="1rem" style="transform: scaleX(-1);" fill="currentColor" class="bi bi-quote" viewBox="0 0 16 16"><path d="M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 9 7.558V11a1 1 0 0 0 1 1h2Zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 3 7.558V11a1 1 0 0 0 1 1h2Z"/></svg>
</p>
<div id="waiting-screen-quote-author">
Anonymous
</div>
</div>
</div>
</div>
<div id="errors">
</div>
<script>
// Detect unsupported browsers
if (!(typeof WebAssembly === "object" && typeof WebAssembly.instantiate === "function")) {
window.location.href = "/unsupported";
}
</script>
<script>
// Register service worker
if (typeof navigator.serviceWorker !== 'undefined') {
navigator.serviceWorker.register('/sw.js?v=2')
}
</script>
<script>
/* https://css-tricks.com/the-trick-to-viewport-units-on-mobile/#css-custom-properties-the-trick-to-correct-sizing */
function appHeight() {
const doc = document.documentElement
doc.style.setProperty('--vh', (window.innerHeight*.01) + 'px');
}
window.addEventListener('resize', appHeight);
appHeight();
</script>
<script common_code="manifest-script">var d=document;async function u(c,i){var f=d.createElement("div");f.innerHTML=await (await fetch(i)).text();for(var g=0;g<f.childNodes.length;g++){var a=f.childNodes[g];if(1==a.nodeType){var h=d.createElement(a.tagName);h.innerHTML=a.innerHTML;for(var b=0;b<a.attributes.length;b++)h.setAttribute(a.attributes[b].name,a.attributes[b].value);c.parentNode.insertBefore(h,c),a.remove()}}c.remove()}var e=d.currentScript;u(e,"/common-code/"+e.getAttribute("common_code")+".html")</script>
</body>
</html>