fix your_index_template.php

This commit is contained in:
creme 2019-09-13 21:18:20 +02:00
parent dedf2d48b4
commit cd87addfa4
Signed by untrusted user: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 5 additions and 10 deletions

View File

@ -1,10 +1,10 @@
<!--
hey,
this is a template for your own index.html.
you can edit this file and rename it to index.html.
this is a template for your own index.php.
you can edit this file and rename it to index.php.
have fun!
cp ~/public_html/your_index_template.html ~/public_html/index.php
cp ~/public_html/your_index_template.php ~/public_html/index.php
YOU CAN REMOVE THIS COMMENT!
-->
@ -12,7 +12,7 @@ YOU CAN REMOVE THIS COMMENT!
<!DOCTYPE html>
<html>
<head>
<title>~<?=$user?> | Name</title>
<title>~<?=$user?> on envs.net</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="<?=$user?>">
<meta name="robots" content="noindex">
@ -42,12 +42,7 @@ Mail: <code><?=$user?>&#64;envs.net</code>
</div>
</div>
<script>
(function() {
setThemeFromCookie()
})();
</script>
<script>(function() { setThemeFromCookie() })();</script>
</body>
</html>