forked from bunk/startacomputerclub
init
This commit is contained in:
commit
5f72837688
1 changed files with 79 additions and 0 deletions
79
index.html
Normal file
79
index.html
Normal file
|
@ -0,0 +1,79 @@
|
|||
<!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
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- make translations available -->
|
||||
<hr>
|
||||
|
||||
<p>CHOOSE YOUR LANGUAGE:</p>
|
||||
|
||||
<div id="google_translate_element"></div>
|
||||
|
||||
<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 -->
|
||||
|
||||
<pre class="notranslate">
|
||||
,---------------------------,
|
||||
| /---------------------\ |
|
||||
| | BREAKING NEWS: | |
|
||||
| | YOU SHOULD START A | |
|
||||
| | COMPUTER CLUB IN THE | |
|
||||
| | PLACE THAT YOU LIVE | |
|
||||
| | | |
|
||||
| \_____________________/ |
|
||||
|___________________________|
|
||||
,---\_____ [] _______/------,
|
||||
/ /______________\ /|
|
||||
/___________________________________ / | ___
|
||||
| | | )
|
||||
| _ _ _ [-------] | | (
|
||||
| o o o [-------] | / _)_
|
||||
|__________________________________ |/ / /
|
||||
/-------------------------------------/| ( )/
|
||||
/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ /
|
||||
/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ /
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
</pre>
|
||||
|
||||
<h1>YOU SHOULD START A COMPUTER CLUB IN THE PLACE THAT YOU LIVE</h1>
|
||||
|
||||
<p>i'm glad someone finally said it</p>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue