-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyes.html
43 lines (36 loc) · 784 Bytes
/
yes.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> Gollum's Game </title>
<link rel="stylesheet" type="text/css" href="css/style1.css">
<link rel="stylesheet" type="text/css" href="css/style2.css">
</head>
<body>
<hr id="top">
<h1> Enigma #1 </h1>
<hr>
<p id="topYes"> O que tem raiz mas ninguém vê </p>
<p> Sobe a não mais poder </p>
<p> Vence a árvore mais alta </p>
<p id="bottomYes"> Mas o crescer lhe falta? </p>
<hr id="mid">
<ul id="E1">
<li>
<a href="#"> Castelo </a>
</li>
<li>
<a href="#"> Montanha </a>
</li>
<li>
<a href="#"> Árvore </a>
</li>
<li>
<a href="#"> Escada </a>
</li>
<li>
<a href="#"> Elfo </a>
</li>
</ul>
</body>
</html>