diff --git a/solutions/0.5 first web/index.html b/solutions/0.5 first web/index.html new file mode 100644 index 0000000..a6d89d8 --- /dev/null +++ b/solutions/0.5 first web/index.html @@ -0,0 +1,10 @@ + + +
+index
+ + \ No newline at end of file diff --git a/solutions/0.5 first web/page1.html b/solutions/0.5 first web/page1.html new file mode 100644 index 0000000..dfefc52 --- /dev/null +++ b/solutions/0.5 first web/page1.html @@ -0,0 +1,10 @@ + + + +page 1
+ + \ No newline at end of file diff --git a/solutions/0.5 first web/page2.html b/solutions/0.5 first web/page2.html new file mode 100644 index 0000000..3da316a --- /dev/null +++ b/solutions/0.5 first web/page2.html @@ -0,0 +1,10 @@ + + + +page 2
+ + \ No newline at end of file diff --git a/solutions/0.5 first web/page3.html b/solutions/0.5 first web/page3.html new file mode 100644 index 0000000..1cafea0 --- /dev/null +++ b/solutions/0.5 first web/page3.html @@ -0,0 +1,10 @@ + + + +page 3
+ + \ No newline at end of file diff --git a/solutions/0.5 first web/style.css b/solutions/0.5 first web/style.css new file mode 100644 index 0000000..5b576d8 --- /dev/null +++ b/solutions/0.5 first web/style.css @@ -0,0 +1,3 @@ +p { + text-align:center; +} \ No newline at end of file diff --git a/solutions/09a_length/length.html b/solutions/09a_length/length.html new file mode 100644 index 0000000..fdf7278 --- /dev/null +++ b/solutions/09a_length/length.html @@ -0,0 +1,10 @@ + + + +
+ Blah
+ w3 + Blah + Blah + + \ No newline at end of file diff --git a/solutions/mysite/style.css b/solutions/mysite/style.css new file mode 100644 index 0000000..95ed254 --- /dev/null +++ b/solutions/mysite/style.css @@ -0,0 +1,3 @@ +p{ + color:red; +} \ No newline at end of file diff --git a/solutions/name/helloname.js b/solutions/name/helloname.js new file mode 100644 index 0000000..e69de29