-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
24 lines (23 loc) · 909 Bytes
/
education.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Caveat&family=Libre+Baskerville&family=Nothing+You+Could+Do&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<title>Mu's World - Education</title>
</head>
<body id="education-page">
<main>
<div id="header-placeholder"></div>
<div class="education-section"></div>
<div class="certification-section"> </div></main>
<footer>
<p>© 2023 Pinwen Mu</p>
</footer>
<script src="./script/header.js"></script>
<script src="./script/education.js"></script>
</body>
</html>