-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBCBE.html
44 lines (44 loc) · 1.94 KB
/
BCBE.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>My Apps</title>
<base href="/" />
<meta name="Description" content="Launch your ClassLink apps" />
<meta name="theme-color" content="#1976d2" />
<meta
name="viewport"
content="width=device-width, minimum-scale=1, maximum-scale=5, initial-scale=1"
/>
<link
rel="icon"
id="favicon-placeholder"
type="image/x-icon"
href="favicon.ico"
/>
<!-- ClassLink Stylesheet -->
<link
href="https://cdn.classlink.com/production/framework/stylesheets/clsheet-basic.css"
rel="stylesheet"
/>
<!-- Open Sans Font -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap"
rel="stylesheet"
/>
<!-- Font Awesome -->
<script defer src="https://cdn.classlink.com/production/framework/scripts/fontawesome-all-5.15.4.min.js"></script>
<script defer src="https://cdn.classlink.com/production/framework/scripts/fa-custom/fa6-minimal-1.2.js" data-style-default="regular"></script>
<!-- <script async src="assets/fa-dev.js"></script>-->
<link rel="manifest" id="manifest-placeholder" href="manifest.json">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.aa1bd0fecb85e12c7e43.css"></head>
<body class="/*cl-material*/">
<app-root></app-root>
<noscript
>Please enable JavaScript to continue using this application.</noscript
>
<script src="runtime.b9870d09f3f5b8b76792.js" defer></script><script src="polyfills-es5.bf3eba7ca96082eac245.js" nomodule defer></script><script src="polyfills.a0af4ba499914bb989a4.js" defer></script><script src="main.1b41ae1c82909707125b.js" defer></script></body>
</html>