Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
executable file
·108 lines (103 loc) · 4.52 KB
/
Copy pathindex.html
File metadata and controls
executable file
·108 lines (103 loc) · 4.52 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<htmllang="en-US">
<head>
<metahttp-equiv="content-type" content="text/html; charset=ISO-8859-1">
<scriptsrc="https://scripttiger.github.io/js/jquery-3.5.1.min.js"></script>
<title>ScriptTiger</title>
</head>
<bodystyle="background-color: rgb(255, 204, 102); color: rgb(0, 0, 0);" alink="#ee0000"
vlink="#551a8b" link="#0000ee">
<divid="header-element"></div>
<script>
$(function(){
$("#header-element").load("https://scripttiger.github.io/elements/header.html");
});
</script><tablestyle="text-align: left; width: 100%; height: 100%; margin-left: auto; margin-right: auto;"
cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<tdstyle="vertical-align: top; height: 100%; width: 15%;">
<tablestyle="text-align: left; width: 100%; height: 100%; margin-left: auto; margin-right: auto;"
cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td><br>
</td>
<tdstyle="vertical-align: top; height: 100px; width: 80%;"><br>
</td>
<tdstyle="vertical-align: top; height: 100px; width: 10%;"><br>
</td>
</tr>
<tr>
<tdstyle="vertical-align: top; width: 10%;"><br>
</td>
<tdstyle="vertical-align: top; width: 80%;">
<divid="navbar-element"></div>
<script>
$(function(){
$("#navbar-element").load("https://scripttiger.github.io/elements/navbar.html");
});
</script></td>
<tdstyle="vertical-align: top; width: 10%;"><br>
</td>
</tr>
</tbody>
</table>
</td>
<tdstyle="vertical-align: top; height: 100%; width: 70%;">
<tablestyle="text-align: left; width: 100%; margin-left: auto; margin-right: auto; background-color: rgb(255, 255, 102);"
cellspacing="2" cellpadding="2" border="1">
<tbody>
<tr>
<tdstyle="vertical-align: top; width: 100%; background-color: white;"><br>
<h1style="text-align: center; margin-top: 10px;">ScriptTiger</h1>
Expressing myself and my creativity as a voice actor,
writer, ethicist, entrepreneur, audio engineer, software
engineer, and network engineer.</td>
</tr>
</tbody>
</table>
<divid="footer-element"></div>
<script>
$(function(){
$("#footer-element").load("https://scripttiger.github.io/elements/footer.html");
});
</script></td>
<tdstyle="vertical-align: top; height: 100%; width: 15%;">
<tablestyle="text-align: left; width: 100%; height: 100%; margin-left: auto; margin-right: auto;"
cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<tdstyle="vertical-align: top; height: 100px; width: 10%;"><br>
</td>
<tdstyle="vertical-align: middle; height: 100px; width: 80%; text-align: center;">
<divid="google_translate_element"></div>
<scripttype="text/javascript">
functiongoogleTranslateElementInit(){
newgoogle.translate.TranslateElement({pageLanguage: 'en',layout: google.translate.TranslateElement.InlineLayout.SIMPLE},'google_translate_element');
}
</script><scripttype="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script></td>
<tdstyle="vertical-align: top; height: 100px; width: 10%;"><br>
</td>
</tr>
<tr>
<tdstyle="vertical-align: top; width: 10%;"><br>
</td>
<tdstyle="vertical-align: top; width: 80%;">
<divid="sidebar-element"></div>
<script>
$(function(){
$("#sidebar-element").load("https://scripttiger.github.io/elements/sidebar.html");
});
</script></td>
<tdstyle="vertical-align: top; width: 10%;"><br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>