-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlicense.html
42 lines (40 loc) · 1.4 KB
/
license.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
<!DOCTYPE html>
<html style="height:100%;">
<head>
<base href=".">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="robots" content="index, follow">
<meta name="description" content="This site provides documentation for the PyWBEM projects on GitHub.">
<title>GNU Lesser General Public License (LGPL) version 2.1</title>
<link rel="stylesheet" href="resources/style.css" type="text/css">
</head>
<body style="height:100%;">
<script src="resources/jquery.js"></script>
<script src="resources/script.js"></script>
<div id="navgrid" style="height:100%;">
<div id="navbar_html"></div>
<script type="text/javascript">
load_url_into_id('navbar.html', 'navbar_html');
</script>
<section id="navcontent" style="height:100%;">
<div id="content" style="height:95%;">
<h1 align="center">GNU Lesser General Public License (LGPL) version 2.1</h1>
<div id="header_html"></div>
<script type="text/javascript">
load_url_into_id('header.html', 'header_html');
</script>
<!-- end of page header -->
<iframe src="LICENSE.txt" frameBorder="0"
width="100%" style="height:88%; margin-top:10px;"></iframe>
</div>
<!-- common page remainder across all pages -->
<div id="footer_html"></div>
<script type="text/javascript">
load_url_into_id('footer.html', 'footer_html');
</script>
</div>
</section>
</div>
</body>
</html>