-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 1.18 KB
/
index.html
File metadata and controls
40 lines (40 loc) · 1.18 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="/styles.css" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0" />
<title>GTFlint</title>
<link rel="icon" type="image/png" href="/Icons/GTFlint-NoBG.png">
<script type="text/javascript">
window.location.href = "https://gtflint.github.io/main.html#home";
</script>
</head>
<body>
<div class="section" id="home">
<table>
<tr>
<td class="small-devider"></td>
</tr>
<tr>
<td>
<img src="/icons/GTFlint.png"></img>
<div>
<h2>If you are not redirected,</h2>
<h2>please click <a style="font-size: 30px" href="https://gtflint.github.io/main.html#home">here.</a></h2>
</div>
</td>
</tr>
<tr>
<td class="small-devider"></td>
</tr>
<tr>
<td><p>© George T. Flint. Hosted by <a href="https://pages.github.com" target="_blank">GitHub Pages</a> from <a href="https://github.com/gtflint/gtflint.github.io" target="_blank">this source code.</a></p></td>
</tr>
<tr>
<td class="small-devider"></td>
</tr>
</table>
</div>
</body>
</html>