forked from LC100E/lc100e.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·39 lines (33 loc) · 1.33 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
<!DOCTYPE html>
<html>
<head>
<title id="title">LC100 Workshop Manual</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156919145-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-156919145-1');
</script>
<meta name="description" content="Landcruiser 100 Series Factory Workshop Manual">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Pragma" content="no-cache">
<link rel=stylesheet href="./style.css">
<SCRIPT src="sub.js"></SCRIPT>
</head>
<body>
<div class="container" id="mainContainer">
<div class="nav" id="nav">
<iframe src="menu_top.html" scrolling="no"></iframe>
<iframe name="menu_tree" id="menu_tree" src="menu_tree.html"></iframe>
<iframe name="menu_search" id="menu_search" src="menu_search.html"></iframe>
</div>
<div class="content" id="content">
<iframe src="top.html"></iframe>
<iframe name="pdf" id="pdf" src="pdf.html" style="grid-area:pdf"></iframe>
<iframe name="frameopen" id="frameopen" src="frameopen.html" style="display:none"></iframe></frame>
</div>
</div>
</body>
</html>