-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (37 loc) · 1.69 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test Page</title>
<link rel="stylesheet" href="../css/google-translate-notifier.css">
</head>
<body>
<div id="google_translate_notifier_warning" class="notranslate">
<p>
<b>ATENÇÃO</b>: Esta página foi traduzida automaticamente pelo Google Translate.
Isto pode ter consequências inesperadas no conteúdo apresentado e, portanto, não nos
responsabilizamos pelo resultado dessa tradução automática.
</p>
<hr>
<p>
<b>ATTENTION</b>: this page has been automatically translated by Google Translate.
This can have unexpected consequences and, therefore, we do not take responsibility
for the result of that automatic translation.
</p>
</div>
<h1>Test Page</h1>
<p>
Esta é uma página de testes com algum conteúdo em Português.
Para experimentar o mecanismo <code>google-translate-notifier</code>,
tente abrir esta página usando o Google Chrome e depois usando a
extensão de tradução automática para traduzir esta página para
outra língua.
</p>
<p class="notranslate">
Note que este parágrafo não é traduzido porque tem a <code>class="notranslate"</code>
</p>
<script type="text/javascript" src="../js/google-translate-notifier.js"></script>
</body>
</html>