2023-12-24 03:45:02 +01:00
<!DOCTYPE html>
2023-12-24 18:05:22 +01:00
< html >
< head >
< meta charset = "UTF-8" / >
< title > DeaDvey's Domain< / title >
2023-12-29 02:24:48 +01:00
< link rel = "icon" href = "/images/favicon.png" >
2023-12-24 18:05:22 +01:00
< link rel = "stylesheet" type = "text/css" href = "/index.css" >
< / head >
< body >
< div class = "header main" >
2023-12-29 02:24:48 +01:00
< img class = "header-image" / > < br / >
< a href = "/" onclick = "history.back()" > < img src = "/images/return.png" width = "20" / > Return< / a > |
2023-12-29 23:24:45 +01:00
< a href = "/" > Home page< / a > | < a href = "/blog/index.html" > Blogs< / a > < a href = "feed.xml" > < img width = "16" src = "/images/feedIcon.png" class = "feedicon" / > < / a > | < a href = "/video/index.html" > Videos< / a > < input type = "text" id = "clickableInput" onclick = "goToLink('/search')" placeholder = "Click to search" >
2023-12-24 18:05:22 +01:00
< / div >
< hr / >
< div class = "main" >
2023-12-24 03:45:02 +01:00
< h3 class = "blog-date" > Mon, 11 Dec 2023 12:00:00< / h3 >
< h1 class = "blog-title" > I didn't like Wordpress< / h1 >
< p class = "blog-content" > So... Yeah, I didn't like wordpress very much, it's pretty clunky and I don't have much control over the webpage, and it's kinda not that fun to use, I'm glad I tried it out though because I kind of know how to use it know I suppose, I might copy over the wordpress back over to this so I can use it myself for fun I suppose.< / p >
2023-12-29 23:24:45 +01:00
< div class = "blog-images" >
< img class = "blog-image" height = "200" src = "/images/wordpress.png" alt = "wordpress.png" / >
< / div > < br / >
2024-01-03 01:33:09 +01:00
< sub > < i > < small > Wordpress,html,control< / small > < / i > < / sub > < p class = "previous" > < a href = "1.html" > < -- Previous < / a > < / p > < p class = "next" > < a href = "3.html" > Next -->< / a > < / p >
2023-12-24 03:45:02 +01:00
< div id = "links" >
2024-01-03 01:33:09 +01:00
< / div > < script src = "/template.js" > < / script > < / div >
2023-12-24 18:05:22 +01:00
< div class = "footer" >
< hr / >
< li >
2023-12-29 02:24:48 +01:00
Internal pages:
< li > < a href = "/theunderlandcouk" > theunderland webpages< / a > < / li >
< li > < a href = "/experiments" > Experiments< / a > < / li >
< li > < a href = "/isthistheyearofthelinuxdesktop" > Is this the year of the Linux Desktop?< / a > < / li >
2023-12-24 18:05:22 +01:00
< br / >
2023-12-29 02:24:48 +01:00
External sites:
< li > < a href = "https://github.com/DeaDvey" > Github< / a > < / li >
< li > < a href = "https://gitlab.com/deadvey" > Gitlab< / a > < / li >
< li > < a href = "https://mastodon.social/@DeaDvey" > Mastadon(.social)< / a > < a href = "https://mastodon.social/@DeaDvey.rss" > < img src = "/images/feedIcon.png" / > < / a > < / li >
< li > < a href = "https://letterboxd.com/DeaDvey/" > Letterboxd (film reviews)< / a > < a href = "https://letterboxd.com/deadvey/rss/" > < img src = "/images/feedIcon.png" / > < / a > < / li >
2023-12-24 18:05:22 +01:00
< / li >
< / div >
< / body >
< / html >