-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwifi.html
More file actions
30 lines (30 loc) · 1.33 KB
/
Copy pathwifi.html
File metadata and controls
30 lines (30 loc) · 1.33 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
<!DOCTYPE html>
<html>
<head>
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<title>Chromebook Issues?</title>
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="styles/buttons.css">
</head>
<body>
<a href='http://www.mayfieldschools.org/'>
<img src="LogoHeader.png"
alt="Mayfield City Schools: Every student. Every day."/>
</a>
<h1>
WiFi troubles?
</h1>
<div class="container">
<h3>Head to an area with Public WiFi and connect there. Then sign out, and back in.</h3>
<p>Once the Chromebook connects to Public WiFi, log out of your Google account (not the WiFi). Then log back in.</p>
<p>While logging back in, your Chromebook will fetch all the authetication certifications needed for Device WiFi across the district.</p>
<p>If that didn't work, you can always try to <a href='resetchromeos.html'>reset your chromebook...</a></p>
<iframe src="tagline.html" style="border:none; width:100%;" scrolling="no"></iframe>
<hr />
<a href="resetchromeos.html"><button class="button button1">Reset ChromeOS</button></a>
<a href="gototechsquad.html"><button class="button button1">Go to Tech Squad</button></a>
</div>
<p id="updated">Updated September 2018</p>
</body>
</html>