diff --git a/blog/index.html b/blog/index.html new file mode 100644 index 0000000..0259d00 --- /dev/null +++ b/blog/index.html @@ -0,0 +1,6 @@ +
+ Welcome to the blog page! +
+ + \ No newline at end of file diff --git a/deadvey-icon-circle.ico b/favicon.png similarity index 100% rename from deadvey-icon-circle.ico rename to favicon.png diff --git a/index.html b/index.html index 00ed86c..a0acd0e 100755 --- a/index.html +++ b/index.html @@ -1,8 +1,8 @@

Bonjour

Welcome to my personal website! I hope you have a good time
-Feel free to click the links above for more content!
-Also, see below for links to my other situations
+ Feel free to click the links above for more content!
+ Also, see below for links to my other situations
    Internal:
  1. theunderland webpages (internal link)
  2. diff --git a/template.js b/template.js index 718cfbf..c51561d 100755 --- a/template.js +++ b/template.js @@ -4,21 +4,24 @@ let divText = div.innerHTML; console.log(divText); let newPageHTML = ` + + DeaDvey's Domain - - + +
    ${divText}
    - ` + +` document.body.innerHTML = newPageHTML