This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php // Simple PHP script to lookup for blacklisted IP against multiple DNSBLs at once. ?> | |
<html> | |
<head> | |
<title>DNSBL Lookup Tool - IP Blacklist Check Script</title> | |
</head> | |
<body> | |
<h2>IP Blacklist Check Script</h2> | |
<form action="" method="get"> | |
<input type="text" value="" name="ip"/> | |
<input type="submit" value="LOOKUP"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>WEBBAB Redirect Page</title> | |
<meta name="description" content="A page that will redirect the user to bytefreaks.net after 5 seconds"> | |
<meta name="author" content="Bytefreaks.net"> | |
<meta http-equiv="refresh" content="5;URL=https://webbab.se/"> | |
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<title>Site Maintenance</title> | |
<style> | |
body { text-align: center; padding: 150px; } | |
h1 { font-size: 50px; } | |
body { font: 20px Helvetica, sans-serif; color: #333; } | |
article { display: block; text-align: left; width: 650px; margin: 0 auto; } | |
a { color: #dc8100; text-decoration: none; } | |
a:hover { color: #333; text-decoration: none; } | |
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="textwidget"><small class="byline"><a href="http://webbab.se" target="_blank" title="Webbyrån WEBBAB i Gävle producerade denna webbplats">Webbproduktion av <br>Webbyrån WEBBAB</a></small><br></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A list of everything that *could* go in the head of your document | |
https://gethead.info | |
https://github.com/joshbuchea/HEAD | |
https://gist.github.com/lancejpollard/1978404 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://web-platform-tests.org/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HTML Comments¨ | |
https://www.w3schools.com/htmL/html_comments.asp | |
# HTML Comments: How To Use Them In Your HTML Code Read more: | |
https://html.com/tags/comment-tag/#ixzz5lsalOTLi | |
https://html.com/tags/comment-tag/ | |
# Source Code Comment Styling: Tips and Best Practices | |
https://www.hongkiat.com/blog/source-code-comment-styling-tips/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://html.com/document/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://html.com/document/metadata/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://css-tricks.com/snippets/php/automatic-copyright-year/ | |
https://www.wpbeginner.com/wp-tutorials/how-to-add-a-dynamic-copyright-date-in-wordpress-footer/ | |
https://blog.templatetoaster.com/auto-update-copyright-year/ | |
https://digwp.com/2009/05/dynamic-copyright-in-your-wordpress-footer/ | |
https://wpshout.com/quick-guides/auto-update-copyright-year-wordpress/ |
NewerOlder