Skip to content

Commit 8fd716f

Browse files
Setup File Structure
1 parent bfcb9d3 commit 8fd716f

File tree

7 files changed

+13
-0
lines changed

7 files changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
</head>
5+
<body>
6+
This is my first web page
7+
</body>
8+
</html>
File renamed without changes.

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Introduction to Web Development
2+
3+
This repository contains all of the code for each individual lesson and is broken into three sections. HTML, CSS, and Javascript. Each section contains a folder for each lesson that contains all the code for the project as of the end of that lesson.
4+
5+
The code in these projects is only meant as a reference and should not be directly copied. Instead you should be creating your own web site for your own favorite musician.

0 commit comments

Comments
 (0)