-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (42 loc) · 3.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- CSS -->
<link rel="stylesheet" href="https://www.designsystem.qld.gov.au/__data/assets/git_bridge/0027/169317/dist/main.css" />
<!--Link for Contained banner-->
<link rel="stylesheet" href="https://www.designsystem.qld.gov.au/__data/assets/git_bridge/0030/167673/dist/banner_contained.css?h=cafd265" />
<link rel="stylesheet" href="https://www.designsystem.qld.gov.au/__data/assets/css_file/0024/136923/Custom.css?0.1.58" />
<script src="https://www.designsystem.qld.gov.au/__data/assets/js_file/0025/158605/remove_hidden_h2.js?0.1.58"></script>
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Noto Sans:wght@300;400;600;900&display=swap' rel='stylesheet'>
<link rel="stylesheet" href="https://use.typekit.net/fse2tsb.css">
<link rel="stylesheet" href="https://www.qld.gov.au/__data/assets/css_file/0028/89920/jquery.fancybox.min.css">
<link href="https://www.qld.gov.au/_qgdesigns/css/qg-main.css?v=0.4.20" rel="stylesheet">
<link href="https://www.qld.gov.au/__data/assets/css_file_folder/0015/110823/qg-components.css?v=0.1.11" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css">
<link rel="stylesheet" href="https://www.forgov.qld.gov.au/__data/assets/css_file/0024/170970/forgov-only.css">
<link rel="stylesheet" href="https://www.forgov.qld.gov.au/__data/assets/git_bridge/0031/174397/dist/main.css?h=296d1d7" />
<link rel="stylesheet" href="https://qld-16-search.clients.funnelback.com/s/resources-global/thirdparty/nprogress-0.2.0/nprogress.min.css" />
<link rel="stylesheet" href="https://www.forgov.qld.gov.au/__data/assets/css_file/0029/303968/custom-kg.css?v=0.1.7" />
<link rel="stylesheet" href="https://www.forgov.qld.gov.au/_resources/css/forgov-process-diagrams-2023.css">
<!-- Custom Header Nester -->
<link rel="stylesheet" href="https://www.forgov.qld.gov.au/__data/assets/git_bridge/0030/498603/assets/css/qld.bootstrap.css">
<link rel="stylesheet" href="https://www.forgov.qld.gov.au/__data/assets/css_file_folder/0029/499142/QGDS-forgov-shim.css">
<link rel="stylesheet" href="https://static.qgov.net.au/qgds-bootstrap5/v1/v1.x.x-latest/assets/css/qld.bootstrap.css">
<!--app-head-->
</head>
<body>
<!--app-html-->
<script type="module" src="./src/scripts/main.js"></script>
<!-- Extended set -->
<script type="text/javascript" src="https://www.designsystem.qld.gov.au/__data/assets/git_bridge/0027/169317/dist/js/runtime.js?h=f959cce"></script>
<script type="text/javascript" src="https://www.designsystem.qld.gov.au/__data/assets/git_bridge/0027/169317/dist/js/main.js?h=f959cce"></script>
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/cb041b99b6.js" crossorigin="anonymous"></script>
<script src="https://static.qgov.net.au/qgds-bootstrap5/v1/v1.x.x-latest/assets/js/bootstrap.min.js"></script>
<script src="https://static.qgov.net.au/qgds-bootstrap5/v1/v1.x.x-latest/assets/js/qld.bootstrap.min.js"></script>
</body>
</html>