-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
53 lines (49 loc) · 1.87 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!Doctype html>
<html>
<head>
<!-- Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A website for Mount Carmel School Students For Helping Math students.">
<!--Stylesheets -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>MCS | the-mcsnetwork.com</title>
</head>
<body>
<?php include 'assests/header.html' ?>
<header>
<div class="topnav" id="myTopnav">
<a href="#home" class="active">Home</a>
<a href="#news">News</a>
<a href="Welcome and Contact Us">Contact
<a href="The site information">About
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
</header>
<div clas="aside-left">
<h3 align="left">Most Recent Activities</h3>
</div>
<main>
<h1 align="center">Summarising PCM 12th Questions</h1>
<p align="center"> This is a short description of the questions.</p>
</main>
<aside>
<h2 align="center">Place an ad here</h2>
<h4>Maybe some archives here.</h4>
</aside>
<footer>
<div class="left-footer">
<p align="center">Something will go here.</p>
</div>
<div class="center-footer">
<p align="center">Something will go in the center here.</p>
</div>
<div class="right-footer">
<p align="center">Something on right.</p>
</div>
<div class="copyright">
<p align="center">Copyright © 2023 - 2029 the-mcsnetwork.com</p>
</div>
</footer>