-
Notifications
You must be signed in to change notification settings - Fork 0
/
wifi.php
24 lines (23 loc) · 1.15 KB
/
wifi.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Oops! Please connect to wifi!</title>
<link rel="icon" href="favicon.png" type="image/x-icon"/>
<link href="/css/all.css" rel="stylesheet" type="text/css"/>
<link href="/css/wifi.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
</head>
<body>
<center>
<div class="message">Oops! Please connect to wifi (or disconnect your VPN) and try again!</div>
<div style="margin-top: 3rem;">
<div class="track-link-message">Or if your just trying to see my scanned locations click </div><div class="track-link-cont"><a class="track-link" href="index.php">here</a></div>
</div>
</center>
</body>
</html>