Compare commits
No commits in common. "7023ef3048023c9c8e79597c31dbb8b268fd1b46" and "b7e594096215cc27043c87a51c6c6e26649ff5a7" have entirely different histories.
7023ef3048
...
b7e5940962
11
README.md
11
README.md
@ -17,19 +17,10 @@ etc...
|
|||||||
# Newsletter
|
# Newsletter
|
||||||
<br/>
|
<br/>
|
||||||
If you want to add members to the newsletter, I store a file as /etc/newsletter_members.js:<br/>
|
If you want to add members to the newsletter, I store a file as /etc/newsletter_members.js:<br/>
|
||||||
```
|
```javascript
|
||||||
let members = ["member1@gmail.com","member2@outlook.com"]
|
let members = ["member1@gmail.com","member2@outlook.com"]
|
||||||
|
|
||||||
if (typeof module !== 'undefined' && module.exports) {
|
if (typeof module !== 'undefined' && module.exports) {
|
||||||
module.exports = members;
|
module.exports = members;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
# Setup
|
|
||||||
I use apache2 to run the website and accept traffic, though for the main site it runs on nodejs which is hosted on port :8003<br/>
|
|
||||||
You can run /node/app.js in a tmux session for the website<br/>
|
|
||||||
You can add this to /etc/apache2/sites-enables/000-default.conf to forward to nodejs:<br/>
|
|
||||||
`ProxyPass / http://locahost:8003/`<br/>
|
|
||||||
And this if you want other sites that use apache2 not nodejs (as exceptions)<br/>
|
|
||||||
`ProxyPass /wordpress !`<br/>
|
|
||||||
You can also check the node page is running with `curl http://localhost:8003`<br/>
|
|
||||||
|
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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> |
|
||||||
|
5
commits.sh
Executable file
5
commits.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
commits=$(git log --pretty=format:"%s -- %an (%ad)<br/>" -10)
|
||||||
|
|
||||||
|
echo 'let commits = `'$commits'`' > recent-commits.js
|
||||||
|
|
||||||
|
|
3
html.js
3
html.js
@ -9,7 +9,8 @@ let pageTop = `<!DOCTYPE html>
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header main">
|
<div class="header main">
|
||||||
<a href="https://chatcontrol.eu">#stopchatcontrol</a><br/>
|
<a href="https://chatcontrol.eu">#stopchatcontrol</a>
|
||||||
|
<!--img src="/images/header-image.png" /--><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> |
|
||||||
|
@ -56,6 +56,10 @@ ul {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-image {
|
||||||
|
content: url("/images/header-image.png");
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border: 2px solid #7c6f64;
|
border: 2px solid #7c6f64;
|
||||||
|
@ -71,6 +71,9 @@
|
|||||||
the films I have on DVD, some of which I've reviewed!
|
the films I have on DVD, some of which I've reviewed!
|
||||||
<h3>Contact: <img height="30" src="/images/among-us-twerk.gif"/></h3>
|
<h3>Contact: <img height="30" src="/images/among-us-twerk.gif"/></h3>
|
||||||
<p>In order to contact me, you can email me <a href="mailto:email@deadvey.com">email@deadvey.com</a><br/>Or PM me through Matrix, @deadvey:matrix.org<br/>However, if you want to report a bug then the best way would be on the <a href="https://github.com/DeaDvey/htdocs">Git repo</a></p>
|
<p>In order to contact me, you can email me <a href="mailto:email@deadvey.com">email@deadvey.com</a><br/>Or PM me through Matrix, @deadvey:matrix.org<br/>However, if you want to report a bug then the best way would be on the <a href="https://github.com/DeaDvey/htdocs">Git repo</a></p>
|
||||||
|
|
||||||
|
<h3>Recent Commits: <img src="/images/git.gif" height="30" alt="animated git gif" /></h3><div id="commits">I'm sorry, you need to by running the <a href="https://github.com/DeaDvey/htdocs">Open source</a> javascript to load this section</div><br/>
|
||||||
|
<img src="/images/depressed.gif" alt="Mr Incredible typing" height="70" />
|
||||||
<h3>Here you can read my latest blog post:<img src="/images/looking.gif"/></h3> <div id="latestBlog"><a href="/blog/blogs/latest.html">Latest blog</a></div>
|
<h3>Here you can read my latest blog post:<img src="/images/looking.gif"/></h3> <div id="latestBlog"><a href="/blog/blogs/latest.html">Latest blog</a></div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
1
recent-commits.js
Executable file
1
recent-commits.js
Executable file
@ -0,0 +1 @@
|
|||||||
|
let commits = `removed ~ files -- DeaDvey (Mon Aug 19 12:25:29 2024 +0100)<br/> changed status and added DVD list -- DeaDvey (Mon Aug 19 12:22:54 2024 +0100)<br/> A few new blogs -- DeaDvey (Mon Aug 19 02:38:42 2024 +0100)<br/> got dns working -- DeaDvey (Sun Aug 18 23:14:38 2024 +0100)<br/> got dns working -- DeaDvey (Sun Aug 18 23:01:30 2024 +0100)<br/> I got dns working -- DeaDvey (Sun Aug 18 22:59:40 2024 +0100)<br/> Finally got dns working -- DeaDvey (Sun Aug 18 22:54:21 2024 +0100)<br/> Updated Underland Wiki name annotations -- DeaDvey (Thu Jul 25 19:07:10 2024 +0100)<br/> added a few blogs and added film and game reviews -- DeaDvey (Thu Jul 11 21:52:49 2024 +0100)<br/> added a few blogs and added film and game reviews -- DeaDvey (Thu Jul 11 21:52:23 2024 +0100)<br/>`
|
Loading…
x
Reference in New Issue
Block a user