<?php
if (@$template_called_correctly!=true) {
die("Must not be called directly!");
}
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title><?=Config::ServiceName?></title>
<meta name="description" value="<?=Config::ServiceDescription?>">
<style type="text/css">
body { background: #ccc; }
#page { width: 40em; margin: 3em auto; }
h1, h3 , form { text-align: center;}
p {text-align: justify }
#footer { border-top: 1px solid #000 dashed; margin-top: 3em; }
a:link, a:visited { color: #333;}
#socialshareprivacy { text-align: center; }
</style>
</head>
<body>
<div id="page">
<h1><?=Config::ServiceName?></h1>
<p>
NSFW, short for âNot safe for workâ, is often used to tag websites or images that might not be suitable to be opened at work or in school.
NSFW-Redirect is a free redirect service which warns the user about this fact before opening the page.
</p><?=$new_url_info?>
<h3>Generate a NSFW-Redirect URL</h3>
<p>
<form action="/" method="POST">
<label for="url">URL of the NSFW website:</label>
<input type="text" name="url" id="url"><br>
<input type="submit" name="submit" value="Generate URL!">
</form>
</p>
<div id="socialshareprivacy"></div>
<p id="footer">
NSFW-Redirect is a free service offered by <a href="https://malte-bublitz.de">Malte Bublitz</a>. It is open source software released under te FreeBSD license. <a href="/get">Click here to download NSFW-Redirect</a>.<br>
If you have questions, feel free to write me an eMail to ma<!-- This page is NSFW -->lte@<!-- E-Mail Adresse -->nsfw-r<!-- Hallo, Welt! -->edire<!-- Er ist tot, Jim.-->ct.t<!-- This is NOT a comment. -->k
</p>
</div>
</body>
</html>