make w3c html checker happy
This commit is contained in:
parent
64fcea26a3
commit
204c4a1009
1 changed files with 6 additions and 7 deletions
13
index.html
13
index.html
|
@ -48,16 +48,15 @@ li {
|
||||||
<!-- make translations available -->
|
<!-- make translations available -->
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<section class="center">
|
<div class="center">
|
||||||
<p>CHOOSE YOUR LANGUAGE:</p>
|
<p>CHOOSE YOUR LANGUAGE:</p>
|
||||||
<div id="google_translate_element"></div>
|
<div id="google_translate_element"></div>
|
||||||
</section>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript"
|
<script src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit">
|
||||||
src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit">
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script>
|
||||||
function googleTranslateElementInit() {
|
function googleTranslateElementInit() {
|
||||||
new google.translate.TranslateElement(
|
new google.translate.TranslateElement(
|
||||||
{pageLanguage: 'en'},
|
{pageLanguage: 'en'},
|
||||||
|
@ -175,9 +174,9 @@ src="https://translate.google.com/translate_a/element.js?cb=googleTranslateEleme
|
||||||
<p>go! find the computer club! make the computer club! tell us about it!</p>
|
<p>go! find the computer club! make the computer club! tell us about it!</p>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<section class="center">
|
<div class="center">
|
||||||
<p dir="ltr" lang="en" class="notranslate"><a href="https://creativecommons.org/publicdomain/zero/1.0/">cc0</a></p>
|
<p dir="ltr" lang="en" class="notranslate"><a href="https://creativecommons.org/publicdomain/zero/1.0/">cc0</a></p>
|
||||||
</section>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue