-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.41 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<base href="/">
<link rel="preload" as="font" crossorigin="anonymous" href="https://s.brightspace.com/lib/fonts/0.5.0/assets/Lato-400.woff2">
<link rel="preload" as="font" crossorigin="anonymous" href="https://s.brightspace.com/lib/fonts/0.5.0/assets/Lato-700.woff2">
<link rel="icon" href="https://s.brightspace.com/lib/favicon/1.0.0/favicon.ico" />
<style>
html,
body {
background-color: #f6f7f8;
font-size: 20px;
margin: 0;
padding: 0;
}
</style>
<title>Farewell Sandra from Gaudi</title>
</head>
<body class="d2l-typography">
<goodbye-sandra-app></goodbye-sandra-app>
<script type="module" src="node_modules/@brightspace-ui/core/components/typography/typography.js"></script>
<script type="module" src="./src/app.js"></script>
<script type="module" src="./src/calendar-widget.js"></script>
<script type="module" src="./src/calendar.js"></script>
<script type="module" src="./src/course-card.js"></script>
<script type="module" src="./src/data.js"></script>
<script type="module" src="./src/my-courses-widget.js"></script>
<script type="module" src="./src/navigation.js"></script>
<script type="module" src="./src/picture-library-widget.js"></script>
<script type="module" src="./src/widget.js"></script>
</body>
</html>