forked from mcastudying/mcastudying.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
31 lines (31 loc) · 1.39 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- saved from url=(0014)about:internet -->
<title>MCAStudying - Contact</title>
<meta property="og:title" content="MCAStudying - All your textbook needs" />
<meta property="og:image" content="http://mcastudying.com/FacebookThumbnail.png"/>
<meta name="author" content="Emilio Garcia">
<meta name="description" content="Textbooks and other MCA supplies">
<meta name="keywords" content="MCA, middlesex, county, academy, school, textbook, ebook, online, textbook, pdf">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel='stylesheet' media='screen and (min-width: 700px) and (max-width: 1000px)' href='medium.css' />
</head>
<body>
<div id="box">
<a href="index.html"><img src="https://cloud.githubusercontent.com/assets/6752585/7549001/45d90454-f5f2-11e4-89c2-c63282378d72.png" alt="MCAStudying" height="54" width="400"></a>
<div id="nav">
<a href="nine.html" class="nav">9th Grade</a>
<a href="ten.html" class="nav">10th Grade</a>
<a href="eleven.html" class="nav">11th Grade</a>
<a href="twelve.html" class="nav">12th Grade</a>
<a href="contact.html" class="nava">Contact</a>
</div>
<div id="infobox">
<br>
If you have any issues with the content hosted here, or if the academy has changed textbooks, please contact me at <a href="mailto:[email protected]">[email protected]</a>.
<br><br>
</div>
</body>
</html>