Updated about page, added hardware setup and photo
This commit is contained in:
@ -14,7 +14,7 @@ global $language, $dir, $locale;
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="<?php echo _('Daniel\'s Hosting shutdown after hack'); ?>">
|
||||
<meta property="og:description" content="<?php echo _('Daniel\'s Hosting - a former darknet web hosting service'); ?>">
|
||||
<meta property="og:image" content="https://danwin1210.de/daniel.jpg">
|
||||
<meta property="og:image" content="https://danwin1210.de/assets/daniel.jpg">
|
||||
<meta property="og:image:type" content="image/jpeg">
|
||||
<meta property="og:image:height" content="1000">
|
||||
<meta property="og:image:width" content="1000">
|
||||
@ -22,7 +22,7 @@ global $language, $dir, $locale;
|
||||
<meta property="og:url" content="https://danwin1210.de/hosting/">
|
||||
<meta property="og:locale" content="<?php echo $locale; ?>">
|
||||
<meta property="og:site_name" content="<?php echo _('Daniel'); ?>">
|
||||
<script type="application/ld+json">{"@context":"https://schema.org","@type":"WebPage","name":"<?php echo _('Daniel\'s Hosting shutdown after hack'); ?>", "author":{"@type":"Person", "image": "/daniel.jpg", "name": "Daniel Winzen", "email": "daniel@danwin1210.de", "telephone": "+4917698819809", "url": "https://danwin1210.de"}}</script>
|
||||
<script type="application/ld+json">{"@context":"https://schema.org","@type":"WebPage","name":"<?php echo _('Daniel\'s Hosting shutdown after hack'); ?>", "author":{"@type":"Person", "image": "/assets/daniel.jpg", "name": "Daniel Winzen", "email": "daniel@danwin1210.de", "telephone": "+4917698819809", "url": "https://danwin1210.de"}}</script>
|
||||
</head><body>
|
||||
<?php menu(_('Daniel\'s Hosting shutdown after hack')); ?>
|
||||
<p><?php echo _('In March 2020 a hacker deleted all databases related to my hosting, thus I was forced to shut down my hosting service. If you want to contribute or setup your own hosting, check out my open source project at <a href="https://github.com/DanWin/hosting" target="_blank" rel="noopener">https://github.com/DanWin/hosting</a>.'); ?></p>
|
||||
|
Reference in New Issue
Block a user