This repository was archived by the owner on Feb 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (97 loc) · 4.55 KB
/
Copy pathindex.html
File metadata and controls
102 lines (97 loc) · 4.55 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
<!DOCTYPE html>
<html>
<head>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Styles -->
<link type="text/css" rel="stylesheet" href="/static/css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="/static/css/global.css" />
<!-- Main Meta Tags -->
<title>The Topgun09 Project</title>
<meta name="title" content="Topgun09 Project">
<meta name="description" content="A space for student resources, the Topgun09 project was started as an experimental information sharing platform.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://topgun09.rip/">
<meta property="og:title" content="Topgun09 Project">
<meta property="og:description" content="A space for student resources, the Topgun09 project was started as an experimental information sharing platform.">
<meta property="og:image" content="banner1.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://topgun09.rip/">
<meta property="twitter:title" content="Topgun09 Project">
<meta property="twitter:description" content="A space for student resources, the Topgun09 project was started as an experimental information sharing platform.">
<meta property="twitter:image" content="banner1.jpg">
<!-- Meta -->
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicons/favicon-16x16.png">
<link rel="manifest" href="/static/favicons/site.webmanifest">
<link rel="mask-icon" href="/static/favicons/safari-pinned-tab.svg" color="#1565c0">
<link rel="shortcut icon" href="/static/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#1565c0">
<meta name="msapplication-config" content="/static/favicons/browserconfig.xml">
<meta name="theme-color" content="#1565c0">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style>
*{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
-webkit-font-smoothing: antialiased;
}
</style>
</head>
<body>
<div class="banner">
<nav>
<div class="nav-wrapper blue darken-3">
<a href="/" class="brand-logo"><img class="nav-logo" src="/white-logo.png"></a>
<a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li class="active"><a href="/">Home</a></li>
<li><a href="/find-access/">Access</a></li>
<li><a href="/about/">About</a></li>
</ul>
</div>
</nav>
<ul class="sidenav" id="mobile-demo">
<li class="active"><a href="/">Home</a></li>
<li><a href="/find-access/">Access</a></li>
<li><a href="/about/">About</a></li>
</ul>
<!-- page content -->
<div class="page-wapper text-white">
<div class="container center">
<h3 class="title">Topgun09</h3>
<p class="header">A space for student resources</p>
<br />
<a class="btn-large waves-effect waves-light blue darken-3" href="/find-access/">access the site</a>
</div>
</div>
<div class="center quick-links">
<h6>Quick Access</h6>
<a href="/find-access/">Local IP</a>
<span>|</span>
<a href="http://topgun09.000webhostapp.com/go/">HTTP Tunnel</a>
</div>
<div class="info">
</div>
<footer id="footer">
<div class="container-fluid">
<br />
<div>
<a href="/"><img class="footer-logo" height="35px" src="/logo-small.png"></a>
<a class="footer-text" href="https://github.com/topgun09">© 2019</a>
<a class="light-footer-text" href="/old.php">Old Site</a>
</div>
<br />
</div>
</footer>
<video autoplay loop muted class="banner__video" poster="/static/video/thumb/plexus.jpg">
<source src="https://benworld.net/static/video/plexus.mp4" type="video/mp4">
</video>
</div>
<!-- JavaScript -->
<script type="text/javascript" src="/static/js/materialize.min.js"></script>
<script type="text/javascript" src="/static/js/global.js"></script>
</body>
</html>