-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·56 lines (48 loc) · 2.17 KB
/
index.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Oracle Hands-on Labs</title>
<script src="https://oracle.github.io/learning-library/common/redwood-hol/js/jquery-1.11.0.min.js"></script>
<script src="https://oracle.github.io/learning-library/common/redwood-hol/js/jquery-ui-1.10.4.custom.js"></script>
<script src="https://oracle.github.io/learning-library/common/redwood-hol/js/jquery.tocify.jd.js"></script>
<script src="https://oracle.github.io/learning-library/common/redwood-hol/js/main.js"></script>
<link rel="stylesheet" href="https://oracle.github.io/learning-library/common/redwood-hol/css/style.css" />
<link rel="shortcut icon" href="https://oracle.github.io/learning-library/common/redwood-hol/img/favicon.ico" />
</head>
<body>
<header class="hol-Header" role="banner">
<div class="hol-Header-wrap">
<div class="hol-Header-logo"><span>Hands on Labs</span></div>
<div class="hol-Header-actions">
<button id="openNav" class="hol-Header-button hol-Header-button--menu rightNav" aria-label="Open Menu"
title="Open Menu">
<span class="hol-Header-toggleIcon"></span>
</button>
</div>
</div>
</header>
<div id="mySidenav" class="rightNav">
<nav class="hol-Nav">
<button id="closeNav" class="hol-Nav-close" aria-label="Close Menu" title="Close Menu"><span
class="hol-Nav-closeIcon"></span></button>
<div class="hol-Nav-title">Lab Contents</div>
<ul class="hol-Nav-list">
</ul>
</nav>
</div>
<div id="container">
<div id="leftNav">
<div id="toc"></div>
</div>
<div id="contentBox">
<main class="hol-Content" id="module-content"></main>
</div>
</div>
<footer class="hol-Footer">
<a class="hol-Footer-topLink" href="#top">Return to Top</a>
</footer>
</body>
</html>