idkstuff
This commit is contained in:
parent
c1564fe1d6
commit
cfa36bbf3c
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ reviews.csv
|
|||||||
*~
|
*~
|
||||||
chinese_cd.zip
|
chinese_cd.zip
|
||||||
/node_modules
|
/node_modules
|
||||||
|
song.mp3
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
// Sat, 18 Jul 2024 15:07:54
|
// Sat, 18 Jul 2024 15:07:54
|
||||||
blogs = [["I made Newsletters","I made a newsletter that pulls from the blogs and sends them out whenever there is a new blog, the email has trouble looking legit at the moment because it's from debian.localhost but whatever, proof of concept, I will probably add a custom sent from address. I also made a variable website root (/) directory in the node so I don't have to manually change them all like last time. If you want to be on the newsletter just email me, I don't have a dynamic way of joining it at the moment. This post should show up in <i>my</i> inbox 🤞<br/>Fly You High - DeaDvey","Sat, 2 Nov 10:05:45",[],["website","update","newsletter"]],
|
blogs = [["hello","Hi! (test)","Sun, 3 Nov 2024 21:34:56",[],["test","website"]],
|
||||||
|
["The Apprentice - 3.5/5","I thought the actor for Roy Cohn was VERY good in this and made Roy seem kinda creepy and a bit eccentric, also Donald Trump's actor did a good impersonation of him, I also found it impressive how his 'Trumpy' mannerisms increased slowly over the film as he became more and more sadistic.","Sat, 2 Nov 2024 13:05:56",["theapprentice.jpg"],["film","review","3.5/5","roy cohn","donald trump","the apprentice","cinema watch","family watch"]],
|
||||||
|
["I made Newsletters","I made a newsletter that pulls from the blogs and sends them out whenever there is a new blog, the email has trouble looking legit at the moment because it's from debian.localhost but whatever, proof of concept, I will probably add a custom sent from address. I also made a variable website root (/) directory in the node so I don't have to manually change them all like last time. If you want to be on the newsletter just email me, I don't have a dynamic way of joining it at the moment. This post should show up in <i>my</i> inbox 🤞<br/>Fly You High - DeaDvey","Sat, 2 Nov 2024 10:05:45",[],["website","update","newsletter"]],
|
||||||
["Test post","ignore this, I'm just checking the newsletter works","Sat, 2 Nov 2024 01:01:05",[],["test","newsletter"]],
|
["Test post","ignore this, I'm just checking the newsletter works","Sat, 2 Nov 2024 01:01:05",[],["test","newsletter"]],
|
||||||
["Hallowe'en and shit","For Hallowe'en I went to a hallowe'en event and it was decent, there was this old disused mine that they used and jumped out at you at points, it was pretty scary. I also am seeing a lot of fireworks for Diwali and in advance of Guy Fawkes night, so that's cool (if a little loud), I also finally moved my website to my main server and put the node files in the same directory as the website to make it more clear... The website's git page is hosted <a href='https://git.javalsai.dynv6.net/deadvey/htdocs'>here</a>Though I think the page is down as I'm writing this haha, it's a friends self hosted gitea instance so that's cool. Been doing a lot of revision and school work so not been super active on updating the backend, was gonna do a forum type thing but that's kinda on the backburer atm. Anyway, that's it rn,<br/>FLy You High - DeaDvey","Fri, 1 Nov 2024 23:36:58",["guyfawkes.jpg","gitea.png","firework.png"],["update","hallowe'en","guy fawkes","bonfire","diwali","inactive","website","gitea","server"]],
|
["Hallowe'en and shit","For Hallowe'en I went to a hallowe'en event and it was decent, there was this old disused mine that they used and jumped out at you at points, it was pretty scary. I also am seeing a lot of fireworks for Diwali and in advance of Guy Fawkes night, so that's cool (if a little loud), I also finally moved my website to my main server and put the node files in the same directory as the website to make it more clear... The website's git page is hosted <a href='https://git.javalsai.dynv6.net/deadvey/htdocs'>here</a>Though I think the page is down as I'm writing this haha, it's a friends self hosted gitea instance so that's cool. Been doing a lot of revision and school work so not been super active on updating the backend, was gonna do a forum type thing but that's kinda on the backburer atm. Anyway, that's it rn,<br/>FLy You High - DeaDvey","Fri, 1 Nov 2024 23:36:58",["guyfawkes.jpg","gitea.png","firework.png"],["update","hallowe'en","guy fawkes","bonfire","diwali","inactive","website","gitea","server"]],
|
||||||
["Busy and stuff","I was, of couse very active over the summer, but that can't last forever and back at college I don't really have the time to maintain the website as well so I will be less active, I did change the website to use gitea on my friends gitea server, so that's cool...<br/>Fly You High - DeaDvey","Wed, 2 Oct 2024 23:43:37",[],["inactive","update","gitea"]],
|
["Busy and stuff","I was, of couse very active over the summer, but that can't last forever and back at college I don't really have the time to maintain the website as well so I will be less active, I did change the website to use gitea on my friends gitea server, so that's cool...<br/>Fly You High - DeaDvey","Wed, 2 Oct 2024 23:43:37",[],["inactive","update","gitea"]],
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
@ -25,7 +25,7 @@
|
|||||||
<hr/>
|
<hr/>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<div id="main">
|
<div id="main">
|
||||||
<h3 class="blog-date">Sat, 2 Nov 10:05:45</h3>
|
<h3 class="blog-date">Sat, 2 Nov 2024 10:05:45</h3>
|
||||||
<h1 class="blog-title">I made Newsletters</h1>
|
<h1 class="blog-title">I made Newsletters</h1>
|
||||||
<p class="blog-content">I made a newsletter that pulls from the blogs and sends them out whenever there is a new blog, the email has trouble looking legit at the moment because it's from debian.localhost but whatever, proof of concept, I will probably add a custom sent from address. I also made a variable website root (/) directory in the node so I don't have to manually change them all like last time. If you want to be on the newsletter just email me, I don't have a dynamic way of joining it at the moment. This post should show up in <i>my</i> inbox 🤞<br/>Fly You High - DeaDvey</p>
|
<p class="blog-content">I made a newsletter that pulls from the blogs and sends them out whenever there is a new blog, the email has trouble looking legit at the moment because it's from debian.localhost but whatever, proof of concept, I will probably add a custom sent from address. I also made a variable website root (/) directory in the node so I don't have to manually change them all like last time. If you want to be on the newsletter just email me, I don't have a dynamic way of joining it at the moment. This post should show up in <i>my</i> inbox 🤞<br/>Fly You High - DeaDvey</p>
|
||||||
<div class="blog-images">
|
<div class="blog-images">
|
||||||
@ -40,7 +40,7 @@
|
|||||||
<button type="submit">Submit</button>
|
<button type="submit">Submit</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div class="66" id="comments"></div></div><p class="previous"><a href="65.html"><-- Previous</a></p>
|
<div class="66" id="comments"><b>deadvey</b>: <i>this is kinda a pain</i><br/></div></div><p class="previous"><a href="65.html"><-- Previous</a></p><p class="next"><a href="67.html">Next --></a></p>
|
||||||
<div id="links">
|
<div id="links">
|
||||||
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
|
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
61
blog/blogs/67.html
Normal file
61
blog/blogs/67.html
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8"/>
|
||||||
|
<title>DeaDvey's Domain</title>
|
||||||
|
<link rel="icon" href="/images/favicon.png">
|
||||||
|
<link rel="stylesheet" type="text/css" href="/index.css">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="header main">
|
||||||
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
|
<a href="/">Home page</a> |
|
||||||
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
<a href="/blog/reviews">Reviews</a> |
|
||||||
|
<a href="/video/index.html">Videos</a> |
|
||||||
|
<a href="/project/index.html">Projects</a> |
|
||||||
|
<a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> |
|
||||||
|
<a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> |
|
||||||
|
<a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> |
|
||||||
|
<a href="/search">Search blogs</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<hr/>
|
||||||
|
<div class="main">
|
||||||
|
<div id="main">
|
||||||
|
<h3 class="blog-date">Sat, 2 Nov 2024 13:05:56</h3>
|
||||||
|
<h1 class="blog-title">The Apprentice - 3.5/5</h1>
|
||||||
|
<p class="blog-content">I thought the actor for Roy Cohn was VERY good in this and made Roy seem kinda creepy and a bit eccentric, also Donald Trump's actor did a good impersonation of him, I also found it impressive how his 'Trumpy' mannerisms increased slowly over the film as he became more and more sadistic.</p>
|
||||||
|
<div class="blog-images">
|
||||||
|
<img class="blog-image" height="200" src="/images/theapprentice.jpg" alt="theapprentice.jpg" />
|
||||||
|
</div><br/>
|
||||||
|
<sub><i><small>film,review,3.5/5,roy cohn,donald trump,the apprentice,cinema watch,family watch</small></i></sub><hr/>
|
||||||
|
<h3>Comments section:</h3><br/>
|
||||||
|
<form action="/blog/submit-comment" id="commentForm" method="post">
|
||||||
|
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
|
||||||
|
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
|
||||||
|
<input type="hidden" name="pageID" value="67">
|
||||||
|
<button type="submit">Submit</button>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<div class="67" id="comments"></div></div><p class="previous"><a href="66.html"><-- Previous</a></p><p class="next"><a href="68.html">Next --></a></p>
|
||||||
|
<div id="links">
|
||||||
|
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
|
||||||
|
<hr/>
|
||||||
|
<div class="footer main">
|
||||||
|
<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" /></a></li>
|
||||||
|
<br/>
|
||||||
|
External sites:
|
||||||
|
<li>• <a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</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>
|
||||||
|
</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>
|
||||||
|
</body>
|
||||||
|
</html>
|
61
blog/blogs/68.html
Normal file
61
blog/blogs/68.html
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8"/>
|
||||||
|
<title>DeaDvey's Domain</title>
|
||||||
|
<link rel="icon" href="/images/favicon.png">
|
||||||
|
<link rel="stylesheet" type="text/css" href="/index.css">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="header main">
|
||||||
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
|
<a href="/">Home page</a> |
|
||||||
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
<a href="/blog/reviews">Reviews</a> |
|
||||||
|
<a href="/video/index.html">Videos</a> |
|
||||||
|
<a href="/project/index.html">Projects</a> |
|
||||||
|
<a href="https://git.javalsai.dynv6.net/deadvey/htdocs">Gitea <img height="15" src="/images/gitea.png" alt="Link to gitea page"/></a> |
|
||||||
|
<a href="http://deadvey.com:3000">Invidious <img src="/images/invidious.png" height="15"/></a> |
|
||||||
|
<a href="http://deadvey.com:8096">Jellyfin <img src="/images/jellyfin.png" height="15"/></a> |
|
||||||
|
<a href="/search">Search blogs</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<hr/>
|
||||||
|
<div class="main">
|
||||||
|
<div id="main">
|
||||||
|
<h3 class="blog-date">Sun, 3 Nov 2024 21:34:56</h3>
|
||||||
|
<h1 class="blog-title">hello</h1>
|
||||||
|
<p class="blog-content">Hi! (test)</p>
|
||||||
|
<div class="blog-images">
|
||||||
|
|
||||||
|
</div><br/>
|
||||||
|
<sub><i><small>test,website</small></i></sub><hr/>
|
||||||
|
<h3>Comments section:</h3><br/>
|
||||||
|
<form action="/blog/submit-comment" id="commentForm" method="post">
|
||||||
|
<input name="name" class="form-control" id="name" placeholder="Enter your name"><br/>
|
||||||
|
<input height="40px" name="comment" class="form-control input-comment" id="comment" placeholder="Enter your Comment...">
|
||||||
|
<input type="hidden" name="pageID" value="68">
|
||||||
|
<button type="submit">Submit</button>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<div class="68" id="comments"></div></div><p class="previous"><a href="67.html"><-- Previous</a></p>
|
||||||
|
<div id="links">
|
||||||
|
</div><script src="/blog/comments.js"></script><script src="/blog/displayComments.js"></script></div>
|
||||||
|
<hr/>
|
||||||
|
<div class="footer main">
|
||||||
|
<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" /></a></li>
|
||||||
|
<br/>
|
||||||
|
External sites:
|
||||||
|
<li>• <a href="https://git.javalsai.dynv6.net/deadvey" >Gitea</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>
|
||||||
|
</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>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
@ -25,7 +25,23 @@
|
|||||||
<hr/>
|
<hr/>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
|
|
||||||
<h3 class="blog-date">Sat, 2 Nov 10:05:45</h3>
|
<h3 class="blog-date">Sun, 3 Nov 2024 21:34:56</h3>
|
||||||
|
<h1 class="blog-title">hello</h1>
|
||||||
|
<p class="blog-content">Hi! (test)</p>
|
||||||
|
<div class="blog-images">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="links"></div><hr/><script src="/template.js"></script>
|
||||||
|
<h3 class="blog-date">Sat, 2 Nov 2024 13:05:56</h3>
|
||||||
|
<h1 class="blog-title">The Apprentice - 3.5/5</h1>
|
||||||
|
<p class="blog-content">I thought the actor for Roy Cohn was VERY good in this and made Roy seem kinda creepy and a bit eccentric, also Donald Trump's actor did a good impersonation of him, I also found it impressive how his 'Trumpy' mannerisms increased slowly over the film as he became more and more sadistic.</p>
|
||||||
|
<div class="blog-images">
|
||||||
|
<img class="blog-image" height="200" src="/images/theapprentice.jpg" alt="theapprentice.jpg" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="links"></div><hr/><script src="/template.js"></script>
|
||||||
|
<h3 class="blog-date">Sat, 2 Nov 2024 10:05:45</h3>
|
||||||
<h1 class="blog-title">I made Newsletters</h1>
|
<h1 class="blog-title">I made Newsletters</h1>
|
||||||
<p class="blog-content">I made a newsletter that pulls from the blogs and sends them out whenever there is a new blog, the email has trouble looking legit at the moment because it's from debian.localhost but whatever, proof of concept, I will probably add a custom sent from address. I also made a variable website root (/) directory in the node so I don't have to manually change them all like last time. If you want to be on the newsletter just email me, I don't have a dynamic way of joining it at the moment. This post should show up in <i>my</i> inbox 🤞<br/>Fly You High - DeaDvey</p>
|
<p class="blog-content">I made a newsletter that pulls from the blogs and sends them out whenever there is a new blog, the email has trouble looking legit at the moment because it's from debian.localhost but whatever, proof of concept, I will probably add a custom sent from address. I also made a variable website root (/) directory in the node so I don't have to manually change them all like last time. If you want to be on the newsletter just email me, I don't have a dynamic way of joining it at the moment. This post should show up in <i>my</i> inbox 🤞<br/>Fly You High - DeaDvey</p>
|
||||||
<div class="blog-images">
|
<div class="blog-images">
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
Welcome to DEADVEY DOT COM!!!
|
Welcome to DEADVEY DOT COM!!!<br/>
|
||||||
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
|
||||||
<a href="/">Home page</a> |
|
<a href="/">Home page</a> |
|
||||||
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
<a href="/blog/index.html">Blogs</a> <a href="/blog/feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> |
|
||||||
@ -25,14 +25,14 @@
|
|||||||
<hr/>
|
<hr/>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
|
|
||||||
<h3 class="blog-date">Sat, 2 Nov 10:05:45</h3>
|
<h3 class="blog-date">Sun, 3 Nov 2024 21:34:56</h3>
|
||||||
<h1 class="blog-title">I made Newsletters</h1>
|
<h1 class="blog-title">hello</h1>
|
||||||
<p class="blog-content">I made a newsletter that pulls from the blogs and sends them out whenever there is a new blog, the email has trouble looking legit at the moment because it's from debian.localhost but whatever, proof of concept, I will probably add a custom sent from address. I also made a variable website root (/) directory in the node so I don't have to manually change them all like last time. If you want to be on the newsletter just email me, I don't have a dynamic way of joining it at the moment. This post should show up in <i>my</i> inbox 🤞<br/>Fly You High - DeaDvey</p>
|
<p class="blog-content">Hi! (test)</p>
|
||||||
<div class="blog-images">
|
<div class="blog-images">
|
||||||
|
|
||||||
</div><br/>
|
</div><br/>
|
||||||
<sub><i><small>website,update,newsletter</small></i></sub>
|
<sub><i><small>test,website</small></i></sub>
|
||||||
<p class="previous"><a href="65.html"><-- Previous</a></p>
|
<p class="previous"><a href="67.html"><-- Previous</a></p>
|
||||||
<div id="links">
|
<div id="links">
|
||||||
</div><script src="https://code.jquery.com/jquery-3.6.1.min.js"></script><script src="/template.js"></script></div>
|
</div><script src="https://code.jquery.com/jquery-3.6.1.min.js"></script><script src="/template.js"></script></div>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
@ -1 +1 @@
|
|||||||
[[["Man","Do I love apple Juice!"],["test1","test"],["test2","TEST! :O <b>hello</b>"],["test","console.log(\"alert\")"],["","test"],["etst",""],["deadvey","I want people to comment random stuff here to see if anything breaks."],["",""],[":",":"],["deadvey","<script>console.log("test")</script>"],["test","hello"],["Shanee","Hello. XD"],["","&lt;b&gt;Test&lt;/b&gt;"],["deadvey","Hi Shanee"],["Shanee","Hi Deadvey!"],["deadvey","Sus"],[":",":"],["Shanee","Test"],["deadvey","test"],["Not using Javascript","Yay"],["&lt;b&gt;Test&lt;/b&gt;","Test"],["test","test"],["hello","hello"],["hello","HEY"],["test","&amp;lt;&amp;lt;"],["^","Stupid"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],["sussy","baka"],["☃️☃️☃️☃️","☃️"],["🏨","🏨"],["test","testtest"],["Comment","This is"],["test","testtest﷽﷽"],["hello","test"],["deadvey","test"]],[["☃️","☃️"],["😂","😂"],["🏨","🏨"],["hello","test"],["deadvey","test"],["deadvey test2","test2"],["deadvey","hello motd!"],["deadvey","Will motd see this?"],["deadvey","hey!"]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[["DeaDVey","HEY GUYS!"]],[["sussy","baka"],["max","Hello guys!"],["not_deadvey","I totally agree, and DeaDvey is SO cool and awesome btw!!!"],["deadvey","Aww, thanks so much not_deadvey!"],["not_deadvey","OMFG A CELEBRITY SPOKE TO ME!!!!!!!! :O"]],[["deadvey","ok, here's the comments"],["deadvey","From w3m!"],["deadvey","third"],["deadvey","forth"]],[["deadvey","weird film"]],[["deadvey","Can&#039;t wait!"]],[],[["deadvey","it;s alright"]],[],[["deadvey","Couldn&#039;t find official art work for this so that is a screenshot."]],[],[],[],[],[["deadvey","there&#039;s also a change.org petition for stopping the chat control"]],[],[["deadvey","Also the son is annoying."]],[],[],[],[],[],[],[],[["deadvey","You need an N64 for ocarina of time :("]],[],[["javalsai","Wow, this is great, DeaDvey is SO cool!!!"],["javalsai(fake)","Naw, bro's impersonating me"],["javalsai(fake)","Imagine bad html encoding 😬"],["deadvey","Whoops, idk how to fix that can't lie."]],[],[],[],[],[],[],[["deadvey","test"]],[],[],[],[],[],[],[],[],[],[],[],[["deadvey","First"],["javalsai",":("],["Anonymous","dada"],["d","wdaw"]],[["test","hello"],["test2",":("]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]]
|
[[["Man","Do I love apple Juice!"],["test1","test"],["test2","TEST! :O <b>hello</b>"],["test","console.log(\"alert\")"],["","test"],["etst",""],["deadvey","I want people to comment random stuff here to see if anything breaks."],["",""],[":",":"],["deadvey","<script>console.log("test")</script>"],["test","hello"],["Shanee","Hello. XD"],["","&lt;b&gt;Test&lt;/b&gt;"],["deadvey","Hi Shanee"],["Shanee","Hi Deadvey!"],["deadvey","Sus"],[":",":"],["Shanee","Test"],["deadvey","test"],["Not using Javascript","Yay"],["&lt;b&gt;Test&lt;/b&gt;","Test"],["test","test"],["hello","hello"],["hello","HEY"],["test","&amp;lt;&amp;lt;"],["^","Stupid"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],["sussy","baka"],["☃️☃️☃️☃️","☃️"],["🏨","🏨"],["test","testtest"],["Comment","This is"],["test","testtest﷽﷽"],["hello","test"],["deadvey","test"]],[["☃️","☃️"],["😂","😂"],["🏨","🏨"],["hello","test"],["deadvey","test"],["deadvey test2","test2"],["deadvey","hello motd!"],["deadvey","Will motd see this?"],["deadvey","hey!"]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[["DeaDVey","HEY GUYS!"]],[["sussy","baka"],["max","Hello guys!"],["not_deadvey","I totally agree, and DeaDvey is SO cool and awesome btw!!!"],["deadvey","Aww, thanks so much not_deadvey!"],["not_deadvey","OMFG A CELEBRITY SPOKE TO ME!!!!!!!! :O"]],[["deadvey","ok, here's the comments"],["deadvey","From w3m!"],["deadvey","third"],["deadvey","forth"]],[["deadvey","weird film"]],[["deadvey","Can&#039;t wait!"]],[],[["deadvey","it;s alright"]],[],[["deadvey","Couldn&#039;t find official art work for this so that is a screenshot."]],[],[],[],[],[["deadvey","there&#039;s also a change.org petition for stopping the chat control"]],[],[["deadvey","Also the son is annoying."]],[],[],[],[],[],[],[],[["deadvey","You need an N64 for ocarina of time :("]],[],[["javalsai","Wow, this is great, DeaDvey is SO cool!!!"],["javalsai(fake)","Naw, bro's impersonating me"],["javalsai(fake)","Imagine bad html encoding 😬"],["deadvey","Whoops, idk how to fix that can't lie."]],[],[],[],[],[],[],[["deadvey","test"]],[],[],[],[],[],[],[],[],[],[],[],[["deadvey","First"],["javalsai",":("],["Anonymous","dada"],["d","wdaw"]],[["test","hello"],["test2",":("]],[],[],[["deadvey","this is kinda a pain"]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]]
|
@ -1,4 +1,4 @@
|
|||||||
comments=[[["Man","Do I love apple Juice!"],["test1","test"],["test2","TEST! :O <b>hello</b>"],["test","console.log(\"alert\")"],["","test"],["etst",""],["deadvey","I want people to comment random stuff here to see if anything breaks."],["",""],[":",":"],["deadvey","<script>console.log("test")</script>"],["test","hello"],["Shanee","Hello. XD"],["","&lt;b&gt;Test&lt;/b&gt;"],["deadvey","Hi Shanee"],["Shanee","Hi Deadvey!"],["deadvey","Sus"],[":",":"],["Shanee","Test"],["deadvey","test"],["Not using Javascript","Yay"],["&lt;b&gt;Test&lt;/b&gt;","Test"],["test","test"],["hello","hello"],["hello","HEY"],["test","&amp;lt;&amp;lt;"],["^","Stupid"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],["sussy","baka"],["☃️☃️☃️☃️","☃️"],["🏨","🏨"],["test","testtest"],["Comment","This is"],["test","testtest﷽﷽"],["hello","test"],["deadvey","test"]],[["☃️","☃️"],["😂","😂"],["🏨","🏨"],["hello","test"],["deadvey","test"],["deadvey test2","test2"],["deadvey","hello motd!"],["deadvey","Will motd see this?"],["deadvey","hey!"]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[["DeaDVey","HEY GUYS!"]],[["sussy","baka"],["max","Hello guys!"],["not_deadvey","I totally agree, and DeaDvey is SO cool and awesome btw!!!"],["deadvey","Aww, thanks so much not_deadvey!"],["not_deadvey","OMFG A CELEBRITY SPOKE TO ME!!!!!!!! :O"]],[["deadvey","ok, here's the comments"],["deadvey","From w3m!"],["deadvey","third"],["deadvey","forth"]],[["deadvey","weird film"]],[["deadvey","Can&#039;t wait!"]],[],[["deadvey","it;s alright"]],[],[["deadvey","Couldn&#039;t find official art work for this so that is a screenshot."]],[],[],[],[],[["deadvey","there&#039;s also a change.org petition for stopping the chat control"]],[],[["deadvey","Also the son is annoying."]],[],[],[],[],[],[],[],[["deadvey","You need an N64 for ocarina of time :("]],[],[["javalsai","Wow, this is great, DeaDvey is SO cool!!!"],["javalsai(fake)","Naw, bro's impersonating me"],["javalsai(fake)","Imagine bad html encoding 😬"],["deadvey","Whoops, idk how to fix that can't lie."]],[],[],[],[],[],[],[["deadvey","test"]],[],[],[],[],[],[],[],[],[],[],[],[["deadvey","First"],["javalsai",":("],["Anonymous","dada"],["d","wdaw"]],[["test","hello"],["test2",":("]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]]
|
comments=[[["Man","Do I love apple Juice!"],["test1","test"],["test2","TEST! :O <b>hello</b>"],["test","console.log(\"alert\")"],["","test"],["etst",""],["deadvey","I want people to comment random stuff here to see if anything breaks."],["",""],[":",":"],["deadvey","<script>console.log("test")</script>"],["test","hello"],["Shanee","Hello. XD"],["","&lt;b&gt;Test&lt;/b&gt;"],["deadvey","Hi Shanee"],["Shanee","Hi Deadvey!"],["deadvey","Sus"],[":",":"],["Shanee","Test"],["deadvey","test"],["Not using Javascript","Yay"],["&lt;b&gt;Test&lt;/b&gt;","Test"],["test","test"],["hello","hello"],["hello","HEY"],["test","&amp;lt;&amp;lt;"],["^","Stupid"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],[":",":"],["sussy","baka"],["☃️☃️☃️☃️","☃️"],["🏨","🏨"],["test","testtest"],["Comment","This is"],["test","testtest﷽﷽"],["hello","test"],["deadvey","test"]],[["☃️","☃️"],["😂","😂"],["🏨","🏨"],["hello","test"],["deadvey","test"],["deadvey test2","test2"],["deadvey","hello motd!"],["deadvey","Will motd see this?"],["deadvey","hey!"]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[["DeaDVey","HEY GUYS!"]],[["sussy","baka"],["max","Hello guys!"],["not_deadvey","I totally agree, and DeaDvey is SO cool and awesome btw!!!"],["deadvey","Aww, thanks so much not_deadvey!"],["not_deadvey","OMFG A CELEBRITY SPOKE TO ME!!!!!!!! :O"]],[["deadvey","ok, here's the comments"],["deadvey","From w3m!"],["deadvey","third"],["deadvey","forth"]],[["deadvey","weird film"]],[["deadvey","Can&#039;t wait!"]],[],[["deadvey","it;s alright"]],[],[["deadvey","Couldn&#039;t find official art work for this so that is a screenshot."]],[],[],[],[],[["deadvey","there&#039;s also a change.org petition for stopping the chat control"]],[],[["deadvey","Also the son is annoying."]],[],[],[],[],[],[],[],[["deadvey","You need an N64 for ocarina of time :("]],[],[["javalsai","Wow, this is great, DeaDvey is SO cool!!!"],["javalsai(fake)","Naw, bro's impersonating me"],["javalsai(fake)","Imagine bad html encoding 😬"],["deadvey","Whoops, idk how to fix that can't lie."]],[],[],[],[],[],[],[["deadvey","test"]],[],[],[],[],[],[],[],[],[],[],[],[["deadvey","First"],["javalsai",":("],["Anonymous","dada"],["d","wdaw"]],[["test","hello"],["test2",":("]],[],[],[["deadvey","this is kinda a pain"]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]]
|
||||||
if (typeof module !== "undefined" && module.exports) {
|
if (typeof module !== "undefined" && module.exports) {
|
||||||
module.exports = comments;
|
module.exports = comments;
|
||||||
}
|
}
|
@ -4,13 +4,27 @@
|
|||||||
<title>DeaDvey</title>
|
<title>DeaDvey</title>
|
||||||
<link>https://deadvey.com</link>
|
<link>https://deadvey.com</link>
|
||||||
<description>Just talking about life and stuff I guess</description>
|
<description>Just talking about life and stuff I guess</description>
|
||||||
<pubDate>Sat, 2 Nov 10:05:45 +0000</pubDate>
|
<pubDate>Sun, 3 Nov 2024 21:34:56 +0000</pubDate>
|
||||||
<lastBuildDate>Sat, 2 Nov 10:05:45 +0000</lastBuildDate>
|
<lastBuildDate>Sun, 3 Nov 2024 21:34:56 +0000</lastBuildDate>
|
||||||
|
<item>
|
||||||
|
<title>hello</title>
|
||||||
|
<link>https://deadvey.com/blog/blogs/68.html</link>
|
||||||
|
<description>Hi! (test)</description>
|
||||||
|
<pubDate>Sun, 3 Nov 2024 21:34:56 +0000</pubDate>
|
||||||
|
<category>test</category><category>website</category>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>The Apprentice - 3.5/5</title>
|
||||||
|
<link>https://deadvey.com/blog/blogs/67.html</link>
|
||||||
|
<description>I thought the actor for Roy Cohn was VERY good in this and made Roy seem kinda creepy and a bit eccentric, also Donald Trump's actor did a good impersonation of him, I also found it impressive how his 'Trumpy' mannerisms increased slowly over the film as he became more and more sadistic.<img src="/images/theapprentice.jpg" alt="Blog Image" /></description>
|
||||||
|
<pubDate>Sat, 2 Nov 2024 13:05:56 +0000</pubDate>
|
||||||
|
<category>film</category><category>review</category><category>3.5/5</category><category>roy cohn</category><category>donald trump</category><category>the apprentice</category><category>cinema watch</category><category>family watch</category>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>I made Newsletters</title>
|
<title>I made Newsletters</title>
|
||||||
<link>https://deadvey.com/blog/blogs/66.html</link>
|
<link>https://deadvey.com/blog/blogs/66.html</link>
|
||||||
<description>I made a newsletter that pulls from the blogs and sends them out whenever there is a new blog, the email has trouble looking legit at the moment because it's from debian.localhost but whatever, proof of concept, I will probably add a custom sent from address. I also made a variable website root (/) directory in the node so I don't have to manually change them all like last time. If you want to be on the newsletter just email me, I don't have a dynamic way of joining it at the moment. This post should show up in <i>my</i> inbox 🤞<br/>Fly You High - DeaDvey</description>
|
<description>I made a newsletter that pulls from the blogs and sends them out whenever there is a new blog, the email has trouble looking legit at the moment because it's from debian.localhost but whatever, proof of concept, I will probably add a custom sent from address. I also made a variable website root (/) directory in the node so I don't have to manually change them all like last time. If you want to be on the newsletter just email me, I don't have a dynamic way of joining it at the moment. This post should show up in <i>my</i> inbox 🤞<br/>Fly You High - DeaDvey</description>
|
||||||
<pubDate>Sat, 2 Nov 10:05:45 +0000</pubDate>
|
<pubDate>Sat, 2 Nov 2024 10:05:45 +0000</pubDate>
|
||||||
<category>website</category><category>update</category><category>newsletter</category>
|
<category>website</category><category>update</category><category>newsletter</category>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
1
music/data.js
Normal file
1
music/data.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
artist = ' Metronomy'; name = ' The Look'
|
10
music/index.html
Normal file
10
music/index.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<div id='info'>
|
||||||
|
Name: The Look<br/>
|
||||||
|
Artist: Metronomy<br/>
|
||||||
|
</div>
|
||||||
|
<audio controls autoplay><source src='song.mp3' type='audio/mpeg'></audio>
|
||||||
|
<form action='/music/prev' id='media-control' method='post'><button>previous</button></form>
|
||||||
|
<form action='/music/playpause' id='media-control' method='post'><button>play/pause</button></form>
|
||||||
|
<form action='/music/next' id='media-control' method='post'><button>next</button></form>
|
||||||
|
<script>let name = " The Look"; let artist = " Metronomy"</script>
|
||||||
|
<script>let counter = 0; setInterval(function () {var script = document.createElement('script'); script.src = 'data.js'; document.body.appendChild(script); let div = document.getElementById('info'); let newText = `Name: ${name}<br/>Artist: ${artist}`; div.innerHTML = newText; counter=counter+1; if (counter == 10000) { window.location.reload(); counter=0 }}, 1000)</script>
|
21
node/app.js
21
node/app.js
@ -6,6 +6,7 @@ const path = require("path")
|
|||||||
const fs = require("fs")
|
const fs = require("fs")
|
||||||
const validator = require('validator');
|
const validator = require('validator');
|
||||||
const rootPath = "/var/www/html/"
|
const rootPath = "/var/www/html/"
|
||||||
|
const { exec } = require("child_process");
|
||||||
|
|
||||||
const escapeHtml = (unsafe) => {
|
const escapeHtml = (unsafe) => {
|
||||||
return unsafe
|
return unsafe
|
||||||
@ -19,6 +20,26 @@ const escapeHtml = (unsafe) => {
|
|||||||
app.use(express.urlencoded({ extended: true }));
|
app.use(express.urlencoded({ extended: true }));
|
||||||
app.use(express.json());
|
app.use(express.json());
|
||||||
|
|
||||||
|
app.post("/music/playpause",(req,res) => {
|
||||||
|
console.log("toggling pause!")
|
||||||
|
exec('echo cycle pause | socat - "/tmp/mpvsocket"');
|
||||||
|
res.redirect(302, req.get("referer"));
|
||||||
|
});
|
||||||
|
app.post("/music/next",(req,res) => {
|
||||||
|
console.log("skipping to next song")
|
||||||
|
exec('echo playlist-next | socat - "/tmp/mpvsocket"')
|
||||||
|
setTimeout(function() {
|
||||||
|
res.redirect(302, req.get("referer"));
|
||||||
|
}, 1000);
|
||||||
|
});
|
||||||
|
app.post("/music/prev",(req,res) => {
|
||||||
|
console.log("going back to previous song")
|
||||||
|
exec('echo playlist-prev | socat - "/tmp/mpvsocket"')
|
||||||
|
setTimeout(function() {
|
||||||
|
res.redirect(302, req.get("referer"));
|
||||||
|
}, 1000);
|
||||||
|
});
|
||||||
|
|
||||||
app.post("/blog/submit-comment",(req,res) => {
|
app.post("/blog/submit-comment",(req,res) => {
|
||||||
let jsonString = fs.readFileSync('/var/www/html/blog/comments-database.js', 'utf8');
|
let jsonString = fs.readFileSync('/var/www/html/blog/comments-database.js', 'utf8');
|
||||||
let comments = JSON.parse(jsonString);
|
let comments = JSON.parse(jsonString);
|
||||||
|
@ -1 +1 @@
|
|||||||
let lastBlog=66; if (typeof module !== 'undefined' && module.exports) { module.exports = lastBlog; }
|
let lastBlog=68; if (typeof module !== 'undefined' && module.exports) { module.exports = lastBlog; }
|
@ -400,5 +400,17 @@
|
|||||||
"name": "I made Newsletters",
|
"name": "I made Newsletters",
|
||||||
"tags": "website,update,newsletter",
|
"tags": "website,update,newsletter",
|
||||||
"link": "/blog/blogs/66.html"
|
"link": "/blog/blogs/66.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 67,
|
||||||
|
"name": "The Apprentice - 3.5/5",
|
||||||
|
"tags": "film,review,3.5/5,roy cohn,donald trump,the apprentice,cinema watch,family watch",
|
||||||
|
"link": "/blog/blogs/67.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 68,
|
||||||
|
"name": "hello",
|
||||||
|
"tags": "test,website",
|
||||||
|
"link": "/blog/blogs/68.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
x
Reference in New Issue
Block a user