-
Notifications
You must be signed in to change notification settings - Fork 0
/
Invalid_browser.html
32 lines (32 loc) · 1.61 KB
/
Invalid_browser.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
<html>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<header>
<title>Wifi Power | What AirPower wanted to be</title>
<h1 align="center">Browser not supported!</h1>
</header>
<body>
<div class="row"></div>
<div class="row"></div>
<div class="row">
<div class="col s8 offset-s2">
<ul class="collection with-header">
<li class="collection-header"><h4>These are our partnered WifiPower browsers:</h4></li>
<li class="collection-item avatar">
<img src="images/chromelogo.ico" alt="" class="circle">
<span class="title">Google Chrome</span>
<p>Google's top of the line browser</p>
<a href="https://www.google.com/chrome/" class="secondary-content"><i class="material-icons">file_download</i></a>
</li>
<li class="collection-item avatar">
<img src="images/opera.png" alt="" class="circle">
<span class="title">Opera</span>
<p>Another browser option</p>
<a href="https://www.opera.com/" class="secondary-content"><i class="material-icons">file_download</i></a>
</li>
</ul>
</div>
</div>
</body>
</html>