-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
executable file
·51 lines (44 loc) · 1.85 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>LC100 Factory Service Manual</title>
<link rel="canonical" href="https://lc100e.github.io/index.html" />
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "LC100 Factory Service Manaul",
"url" : "https://lc100e.github.io/"
}
</script>
<!-- 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="/styles/main.css">
<script src="/scripts/xml.js"></script>
<title id="title">LC100 Workshop Manual</title>
</head>
<body>
<div class="container" id="mainContainer">
<div id="nav">
<iframe src="/components/menu_top.html" style="grid-area:menuTop" scrolling="no"></iframe>
<iframe name="menu_tree" id="menu_tree" src="/components/menu_tree.html" style="grid-area:menuTree"></iframe>
<iframe name="menu_search" id="menu_search" src="/components/menu_search.html" style="grid-area:menuSearch"></iframe>
</div>
<div id="content">
<iframe src="/components/top.html" style="grid-area:pdfTop"></iframe>
<iframe name="pdf" id="pdf" src="/components/pdf.html" style="grid-area:pdf"></iframe>
<iframe name="frameopen" id="frameopen" src="/components/frameopen.html" style="display:none"></iframe>
</div>
</div>
</body>
</html>