-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-secure-collection.html
32 lines (30 loc) · 1.28 KB
/
index-secure-collection.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
<!DOCTYPE html>
<html lang="en" style="padding: 0; margin: 0">
<head>
<title>Secure Collection</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport" />
<link href="https://static.uq.net.au/v15/fonts/Roboto/roboto.css" rel="stylesheet" type="text/css" />
<link
href="https://static.uq.net.au/v15/fonts/Merriweather/merriweather.css"
rel="stylesheet"
type="text/css"
/>
<link href="https://static.uq.net.au/v15/fonts/Montserrat/montserrat.css" rel="stylesheet" type="text/css" />
</head>
<body style="padding: 0; margin: 0; font-family: 'Roboto', sans-serif">
<div id="container">
<!-- live at eg https://files.library.uq.edu.au/bomdata/ev_2012.zip -->
<uq-header hidelibrarymenuitem></uq-header>
<uq-site-header>
<span slot="site-utilities">
<auth-button />
</span>
</uq-site-header>
<secure-collection></secure-collection>
<connect-footer></connect-footer>
<uq-footer></uq-footer>
<proactive-chat />
<script src="uq-lib-reusable.min.js" type="text/javascript"></script>
</div>
</body>
</html>