-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvpn.html
54 lines (49 loc) · 2.2 KB
/
vpn.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
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Boilerplate Meta Data -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Schema -->
<meta itemprop="name" content="Poly Links">
<meta itemprop="description" content="A 1990's style website used for helpful links in the Florida Polytechnic University community.">
<meta itemprop="image" content="https://florida-poly.github.io/src/poly-links.png">
<meta property="og:title" content="Poly-Links" />
<meta property="og:type" content="website" />
<meta property="og:description" content="A 1990's style website used for helpful links in the Florida Polytechnic University community." />
<meta property="og:url" content="https://florida-poly.github.io/" />
<meta property="og:image" content="https://florida-poly.github.io/src/poly-links.png" />
<title>Poly-Links - FPU Resources</title>
<link rel="shortcut icon" type="image/png" href="/src/favicon.png"/>
<link rel="canonical" href="https://florida-poly.github.io/">
<meta name="description" content="Poly Links is a 1990's style website for the florida-poly community. Hosted on Github pages">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="CSS/stylesheet.css">
<script defer src="js/source.js"></script>
</head>
<h1>
Poly-Links.com | Florida Poly Resources tool
</h1>
<b>
This is a 1990's style website used for helpful links in the Florida Polytechnic University community. Learn <a href="https://florida-poly.github.io/contribute/">why it's better</a>
<div>
The page provides access to the Florida Polytechnic Virtual Private Network.
</div>
<div class="dent">
<h2>
VPN
</h2>
<ul>
<li><a href="https://github.com/Florida-Poly/FPUVPNconnect">Linux</a></li>
<li><a href="https://vpn.floridapoly.edu/global-protect/login.esp" rel="noreferrer" target="_Blank">Windows</a></li>
<li><a href="https://vpn.floridapoly.edu/global-protect/login.esp" rel="noreferrer" target="_Blank">Mac</a></li>
</ul>
</div>
</b>
<BR>
<BR>
<BR>
<div class="footer">
<p>This website is not an official site for Florida Polytechnic University</p>
</div>
</html>