2024-08-26 02:29:38 +02:00
<!DOCTYPE html>
2024-12-17 19:11:08 +01:00
< head >
< meta charset = "UTF-8" / >
< title > DeaDveys Domain< / title >
< link rel = "icon" href = "/images/favicon.png" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< / head >
< div id = "header" > < head >
< style >
@media (prefers-color-scheme: dark) {
body {
background-color: black;
color: white;
}
}
< / style > WELCOME TO DEADVEY'S DOMAIN!!!< br / >
< a href = "/" onclick = "history.back()" > < img src = "/images/return.png" width = "20" / > Return< / a > / < a href = "/" > Home page< / a > / < a href = "/blogs/index.html" > Blogs< / a > < a href = "/blogs/feed.xml" > < img width = "16" src = "/images/feedIcon.png" class = "feedicon" alt = "Feed image" / > < / a > / < a href = "/blog/reviews" > Reviews< / a > / < a href = "/board/index.html" > Boards< / a > < hr / > < / div > <!-- header -->
2024-11-15 18:24:21 +01:00
< div id = "main" >
2024-12-17 19:11:08 +01:00
< body >
2024-08-26 02:29:38 +02:00
2024-12-15 21:09:42 +01:00
< h3 class = "blog-date" > Sun, 15 Dec 2024 17:53:35< / h3 >
< h1 class = "blog-title" > Die Hard - 4/5< / h1 >
< p class = "blog-content" > Wow, die hard was fun! John McClane is a badass, the fighting scenes are very enjoyable though maybe the one with the blond bloke went on for a bit too long. My dad claims this is a christmas film, but I very much disagree, neither Die Hard, nor Home Alone are really christmas films (I will die on this hill).< details > < summary > Spoiler:< / summary > I loved it when the limo driver doesn't even realise there's a terrorist take over and is just chilling in his limo, and when he rams his limo into one of the terrorists.< / details > < br / > Fly You High - DeaDvey< / p >
2024-08-26 02:29:38 +02:00
< div class = "blog-images" >
2024-12-15 21:09:42 +01:00
< img class = "blog-image" height = "200" src = "/images/diehard.jpg" alt = "diehard.jpg" / >
2024-08-26 02:29:38 +02:00
< / div > < br / >
2024-12-15 21:09:42 +01:00
< sub > < i > < small > film,review,diehard,4/5,home watch,'christmas',family watch,john mcclane,alan rickman< / small > < / i > < / sub >
< p class = "previous" > < a href = "78.html" > < -- Previous < / a > < / p >
2024-08-26 02:29:38 +02:00
< div id = "links" >
< / div > < script src = "https://code.jquery.com/jquery-3.6.1.min.js" > < / script > < script src = "/template.js" > < / script > < / div >
2024-12-15 21:09:42 +01:00
< div id = "footer" > < hr / > < ul > Internal pages: < li > < a href = "/experiments" > Experiments < img height = "30" src = "/images/experience-green-liquid.gif" / > < / a > < / li > < li > < a href = "/isthistheyearofthelinuxdesktop" > Is this the year of the Linux Desktop? < img src = "/images/penguin-dance-pengu.gif" height = "20" alt = "penguin dancing" / > < / a > < / li > < li > < a href = "/theunderland" > theunderland wiki < img src = "/images/flashlight.gif" alt = "torch scanning" height = "30" class = "rotate" / > < / a > < / li > < li > < a href = "/maths" > Maths Quiz< / a > < / li > < li > < a href = "http://deadvey.com:3000" > Invidious < img src = "/images/invidious.png" height = "15" / > < / a > < / li > < li > < a href = "http://deadvey.com:8096" > Jellyfin < img src = "/images/jellyfin.png" height = "15" / > < / a > < / li > < a href = "http://deadvey.com:7993" > Monkeytype< / a > < img src = "/images/monkeytype.png" height = "15" > < / li > < li > < a href = "/search" > Search blogs< / a > < / li > < br / > < br / > External sites: < li > < a href = "https://git.javalsai.dynv6.net/deadvey" > Gitea< / a > < / li > < li > < a href = "https://javalsai.dynv6.net" > Javlsai< / a > < / li > < li > < a rel = "me" href = "https://mastodon.social/@DeaDvey" > Mastodon< / a > < / li > < / ul > < br / > < small width = "300px" > © DeaDvey 2023 - 2024< br / > This work is licensed under the terms of the < a href = "/LICENSE" > GNU General Public License, version 3.0< / a > . You are free to copy, distribute, and modify this work under the terms of the < a href = "/LICENSE" > GPL 3.0 License< / a > . Please see the full license text for details.< / small > < / div > <!-- footer -->
2024-08-26 02:29:38 +02:00
< / body >
< / html >