-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
52 lines (25 loc) · 1.27 KB
/
about.html
File metadata and controls
52 lines (25 loc) · 1.27 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE HTML>
<head>
<script src= "https://code.jquery.com/jquery-3.1.1.min.js"></script>
<link rel= "stylesheet" type = "text/css" href = "styles.css">
<title> HSES Page</title>
</head>
<body id="about">
<div>
<h1 id="abt"> Say No More Fam, We Got The "ABOUT HSES" Page Too, My Guy</h1>
</div>
<div>
<h2>Our school provides the best college aid to our students, regardless of the students age.</h2>
<h3>Our students are diverse and have extensive knowledge in Memeology</h3>
</div>
<a href= "homepage.html">Home</a>
<a href= "college-info.html">College Info</a>
<p>We make sure your student feels welcome! </p>
<button id="memes">
The Memes Have Gotten To Me!
</button>
<p id="moreabt"> Anyway, this school has great teachers that are willing to help students in need. However, with the new principal adding unnecessary rules for teachers,
tutoring is only limited to Wednesdays, Thursdays, and a little bit on Fridays. Saturday tutorings are only for students who have a regents to take either in
January or February. T_T </p>
<script type= "text/javascript" src="script.js"></script>
</body>