Skip to content

Commit ac39810

Browse files
committed
Simple screen where you can see the color changes.
1 parent 4455301 commit ac39810

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

index.html

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
3+
<html lang = "pt-br">
4+
<head>
5+
<meta charset="UTF-8"/>
6+
</head>
7+
8+
<body>
9+
<p id = "ptbr" onclick="changeColorBR()">
10+
(PT-BR) Olá mundo, <br/>
11+
12+
este programa mudará as cores, se duvida, clique em mim para ver!
13+
</p>
14+
15+
<br/><br/>
16+
17+
<p id="eng" onclick="changeColorEn()">
18+
(ENG) Hello World,<br/>
19+
20+
this program will change colors, if you doubt it, click me to see!
21+
22+
</p>
23+
24+
<script type="text/javascript" src="script.js"></script>
25+
</body>
26+
27+
</html>

0 commit comments

Comments
 (0)