-
Notifications
You must be signed in to change notification settings - Fork 23
/
documentation.html
33 lines (32 loc) · 1.04 KB
/
documentation.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
<!doctype html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<title>VMS Documentation</title>
<meta name="description"
content="VMS Documentation.">
<style>
html,
body {
height: 100%;
}
</style>
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="16x16" href="https://noxls.net/images/favicon.ico">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script>
window.location = 'https://demo.noxls.net/vms/documentation';
</script>
</head>
<body>
<div>
You will be redirected on the documentation or follow the <a href="https://demo.noxls.net/vms/documentation">link</a> to read the documentation.
</div>
<div class="fixed-bottom footer_fixed">
<div class="d-flex pt-2 pb-2 flex-wrap flex-md-nowrap justify-content-center">
<a href="https://noxls.net"><img src="https://noxls.net/images/logo-small.png"></a>
</div>
</div>
</body>
</html>