diff --git a/.idea/misc.xml b/.idea/misc.xml index a971a2c..a6218fe 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,7 @@ + + \ No newline at end of file diff --git a/Class Notes.pdf b/Class Notes.pdf new file mode 100644 index 0000000..4d0067d Binary files /dev/null and b/Class Notes.pdf differ diff --git a/HTML Codes.pdf b/HTML Codes.pdf new file mode 100644 index 0000000..e63b5c6 Binary files /dev/null and b/HTML Codes.pdf differ diff --git a/helloworld.py b/helloworld.py index 93a11b2..c324c2e 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1 +1 @@ -print('Hello') \ No newline at end of file +print('Hello') diff --git a/index.html b/index.html new file mode 100644 index 0000000..3813f74 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + + + + Title + + +Hello World +

+ + \ No newline at end of file