-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgotobuildingadmin.html
More file actions
28 lines (27 loc) · 1.05 KB
/
gotobuildingadmin.html
File metadata and controls
28 lines (27 loc) · 1.05 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
<!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>
This problem is best handled by your building Administrator.
</h1>
<div class="container">
<h3>One of your building principals will be the person who can solve this one.</h3>
<iframe src="tagline.html" style="border:none; width:100%;" scrolling="no"></iframe>
<hr />
<p>If you like, you can print the issue ticket below to fill out and bring to the building Administrator.</p>
<iframe src="cbissueticket.pdf" width="80%" height="600px"></iframe>
</div>
<p id="updated">Updated September 2018</p>
</body>
</html>