-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhardware.html
More file actions
32 lines (31 loc) · 1.28 KB
/
Copy pathhardware.html
File metadata and controls
32 lines (31 loc) · 1.28 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
<!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>
Common Hardware Issues
</h1>
<div class="container">
<h3>These are the common hardware problems:</h3>
<iframe src="tagline.html" style="border:none; width:100%;" scrolling="no"></iframe>
<hr />
<a href="gototechsquad.html"><button class="button button1">Broken Screen</button></a>
<a href="gototechsquad.html"><button class="button button1">Broken Keyboard</button></a>
<a href="gototechsquad.html"><button class="button button1">Broken Touchpad</button></a>
<a href="gototechsquad.html"><button class="button button1">Won't Charge</button></a>
<a href="gototechsquad.html"><button class="button button1">Body Damages</button></a>
<a href="wifi.html"><button class="button button1">WiFi Issues</button></a>
</div>
<p id="updated">Updated September 2018</p>
</body>
</html>