<!doctype html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>START A COMPUTER CLUB</title> <style> body { max-width: 50em; margin: 1em auto; line-height: 1.5; word-wrap: break-word; padding: 0 1em; background: black; color: white; } pre { overflow-x: auto; word-wrap: normal; border: 0px; padding: 1em } hr { border: 1px solid gray; } a:link { color: white; } a:visited { color: white; } .center { text-align: center; } </style> </head> <body> <!-- make translations available --> <hr> <section class="center"> <p>CHOOSE YOUR LANGUAGE:</p> <div id="google_translate_element"></div> </section> <script type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"> </script> <script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement( {pageLanguage: 'en'}, 'google_translate_element' ); } </script> <hr> <!-- translation section is done --> <h1>YOU SHOULD START A COMPUTER CLUB IN THE PLACE THAT YOU LIVE</h1> <pre class="notranslate"> ,---------------------------, | /---------------------\ | | | BREAKING NEWS: | | | | YOU SHOULD START A | | | | COMPUTER CLUB IN THE | | | | PLACE THAT YOU LIVE | | | | | | | \_____________________/ | |___________________________| ,---\_____ [] _______/------, / /______________\ /| /___________________________________ / | ___ | | | ) | _ _ _ [-------] | | ( | o o o [-------] | / _)_ |__________________________________ |/ / / /-------------------------------------/| ( )/ /-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ / /-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ / ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ </pre> <p>i'm glad someone finally said it</p> <hr> <section class="center"> <p><a href="https://creativecommons.org/licenses/by-sa/4.0/">cc by-sa</a></p> </section> <hr> </body> </html>