-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
36 lines (36 loc) · 1.32 KB
/
404.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
<!DOCTYPE html>
<head>
<title>LabVIEW BenjaminR's LabVIEW Extensions - Error 404</title>
<link rel="shortcut icon" href="LabVIEW NPOI API/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="LabVIEW NPOI API/img/favicon.ico" type="image/x-icon">
<meta charset='utf-8'/>
<meta name='description' content='LabVIEW BenjaminR's LabVIEW Extensions - Error 404'/>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'/>
<style>
.center {
display: flex;
justify-content: center;
align-items: center;
height: 200px;
}
</style>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
</head>
<body>
<BR>
<BR>
<BR>
<p class="center">
<lottie-player src="https://assets5.lottiefiles.com/packages/lf20_v56is9vq.json" background="transparent" speed="1" style="width: 300px; height: 300px;" loop autoplay></lottie-player>
</p>
<div class="footer-basic">
<footer>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://benjaminrlabviewextensions.github.io/">Home</a></li>
<li class="list-inline-item"><a href="https://benjaminrlabviewextensions.github.io/aboutme">About me</a></li>
</ul>
<p class="copyright">BenjaminR © 2022</p>
</footer>
</div>
</body>
</html>