-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (21 loc) · 1.02 KB
/
index.html
File metadata and controls
26 lines (21 loc) · 1.02 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
To view the file, copy and paste this address on your command line:
file:///C:/Users/lwnr1/OneDrive%20-%20Chattanooga%20State%20Community%20College/Desktop/Rebekah's/School/introductory_html_css_projects/webt_1320/index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="'width=device-width, initial-scale=1.0">
<title>CITC 1300/WEBt 1320 Project Page</title>
</head>
<body>
<h1>CITC 1300/WEBt 1320 Project Page</h1>
<ul>
<li><a href="Intro_to_HTML/index.html">My Favorites</a></li>
<li><a href="html5_intro_to_css/index.html">Bucket List Locations</a></li>
<li><a href="adv_css_tables/index.html">Home Garden</a></li>
<li><a href="responsive_web_design/index.html">Responsive Web Design</a></li>
<li><a href="final_project/index.html">Final Project</a></li>
</ul>
</body>
</html>