-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (26 loc) · 814 Bytes
/
index.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
33
<!DOCTYPE html>
<html>
<script src="script.js"></script>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<title>Panther Creek High School</title>
</head>
<body>
<h1> Panther Creek High School
</h1>
<img src="https://banner2.kisspng.com/20180625/lgb/kisspng-panther-creek-high-school-deca-logo-5b30dfa305eb53.2463442915299296350243.jpg"
alt = "PC Logo">
</img>
<p>High School located in <strong> Cary, NC</strong> </p>
<button type = "button" class = "center" onclick= "google()"> Learn More </button>
<br/>
<br />
<button type = "button" class = "center" onclick= "mailMe()"> Send an Email </button>
<h2> About PCHS </h2>
<ul>
<li> High School </li>
<li> Located in WCPSS </li>
<li> Very Competitive </li>
</ul>
</body>
</html>