-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (18 loc) · 969 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DMHS Programming and Web Development</title>
<meta name="description"
content="Learn programming and web development at Doherty Memorial High School in Worcester, Massachusetts. Explore courses, resources, and projects for students.">
<meta name="keywords"
content="DMHS, Doherty Memorial High School, programming, web development, Worcester, Massachusetts, coding, student projects, computer science education">
<meta name="author" content="Doherty Memorial High School">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
</head>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="./script.js"></script>
</body>
</html>