startacomputerclub/index.html

98 lines
2.4 KiB
HTML
Raw Normal View History

2023-12-28 16:25:12 +00:00
<!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
}
2023-12-28 16:41:12 +00:00
hr {
border: 1px solid gray;
}
a:link {
2023-12-28 16:42:02 +00:00
color: white;
2023-12-28 16:41:12 +00:00
}
a:visited {
2023-12-28 16:42:02 +00:00
color: white;
2023-12-28 16:41:12 +00:00
}
.center {
text-align: center;
}
2023-12-28 16:25:12 +00:00
</style>
</head>
<body>
<!-- make translations available -->
<hr>
2023-12-28 16:41:12 +00:00
<section class="center">
2023-12-28 16:25:12 +00:00
<p>CHOOSE YOUR LANGUAGE:</p>
<div id="google_translate_element"></div>
2023-12-28 16:41:12 +00:00
</section>
2023-12-28 16:25:12 +00:00
<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 -->
2023-12-28 16:41:12 +00:00
<h1>YOU SHOULD START A COMPUTER CLUB IN THE PLACE THAT YOU LIVE</h1>
2023-12-28 16:25:12 +00:00
<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>
2023-12-28 16:41:12 +00:00
<hr>
<section class="center">
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">cc by-sa</a></p>
</section>
<hr>
2023-12-28 16:25:12 +00:00
</body>
</html>