Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>My Blog</title>
- <style>
- body { background-image: url("/data/background.gif") }
- .wall_of_text { text-align: center; }
- </style>
- </head>
- <body>
- <form action="write.php" method="POST">
- <p>Enter shitbost here</p>
- <input type="text" maxlength="400" size="40" name="content">
- <input type="submit" value="Submit">
- </form>
- <p class="wall_of_text">
- <?php
- echo nl2br(file_get_contents("content.txt"));
- ?>
- </p>
- <img src="/data/gentoo.png" alt=">2016">
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement