-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 840 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (27 loc) · 840 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link
rel="stylesheet" href="https://databrary.github.io/web/css/style.css"/>
</head>
<body>
<div class="heading"><h1 class="accessible-hidden">Discover Databrary</h1>
<div class="logo-white" role="img" aria-label="Databrary logo"></div>
</div>
<div class="main">
<p><strong>The Databrary website is unavailable due to maintenance and upgrades.</strong></p>
<p>We appreciate your patience during this maintenance period.</p>
</div>
<footer id="site-footer" class="site-footer">
<div class="wrap">
<div class="row">
<div class="site-footer-social-address">
<p class="footer-copyright">
Copyright © 2014-2026
</p>
</div>
</div>
</div>
</footer>
</body>
</html>