updates
This commit is contained in:
parent
5f72837688
commit
b2b14ca62b
3 changed files with 24 additions and 3 deletions
24
index.html
24
index.html
|
@ -20,6 +20,18 @@ pre {
|
|||
border: 0px;
|
||||
padding: 1em
|
||||
}
|
||||
hr {
|
||||
border: 1px solid gray;
|
||||
}
|
||||
a:link {
|
||||
color: white;
|
||||
}
|
||||
a:visited {
|
||||
color: white;
|
||||
}
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
@ -28,9 +40,10 @@ pre {
|
|||
<!-- 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">
|
||||
|
@ -48,6 +61,8 @@ src="https://translate.google.com/translate_a/element.js?cb=googleTranslateEleme
|
|||
<hr>
|
||||
<!-- translation section is done -->
|
||||
|
||||
<h1>YOU SHOULD START A COMPUTER CLUB IN THE PLACE THAT YOU LIVE</h1>
|
||||
|
||||
<pre class="notranslate">
|
||||
,---------------------------,
|
||||
| /---------------------\ |
|
||||
|
@ -71,9 +86,12 @@ src="https://translate.google.com/translate_a/element.js?cb=googleTranslateEleme
|
|||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
</pre>
|
||||
|
||||
<h1>YOU SHOULD START A COMPUTER CLUB IN THE PLACE THAT YOU LIVE</h1>
|
||||
|
||||
<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>
|
||||
|
|
1
license.txt
Normal file
1
license.txt
Normal file
|
@ -0,0 +1 @@
|
|||
it's licensed cc by-sa
|
2
readme.txt
Normal file
2
readme.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
computer club propaganda dimension
|
||||
located eventually at the domain i got
|
Loading…
Reference in a new issue