Revision eea0b5a1
index
proj1/Historia.html | ||
---|---|---|
5 | 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 |
<title>Document</title> |
7 | 7 |
<link rel="stylesheet" href="css/Style.css"> |
8 |
<script src="jquery-3.5.1.min.js"></script> |
|
8 |
<script src="jquery-3.5.1.min.js"></script> |
|
9 |
<script type="text/javascript" src='scripts.js'> </script> |
|
9 | 10 |
|
11 |
|
|
10 | 12 |
</head> |
11 | 13 |
<body> |
12 | 14 |
|
13 | 15 |
<div> |
14 | 16 |
<ul class="nav"> |
15 | 17 |
<li class="dropdown" > |
16 |
<button class="dropbtn" onclick="history.go(-1);">retroceder</a>
|
|
18 |
<button class="dropbtn" onclick="go()">retroceder</a>
|
|
17 | 19 |
</li> |
18 | 20 |
|
19 | 21 |
<li class="dropdown"><a href="index.html">Menu</a></li> |
... | ... | |
43 | 45 |
|
44 | 46 |
<li class="dropdown"><a href="about.html">Acerca</a></li> |
45 | 47 |
<li class="dropdown" > |
46 |
<button class="dropbtn" onclick="history.go(1);">avaçar</button>
|
|
48 |
<button class="dropbtn" onclick="go1()">avaçar</button>
|
|
47 | 49 |
</li> |
48 | 50 |
</ul> |
49 | 51 |
</div> |
50 |
<button id="top" onclick="window.scrollTo(0, 0);">Voltar ao topo</button> |
|
51 |
<h1 class="txt0" style= "text-align:center; font-size:350%">História</h1> |
|
52 |
|
|
53 |
<button id="top" onclick="goUp()">Voltar ao topo</button> |
|
54 |
|
|
55 |
|
|
56 |
<h1 class="txt0" style= "text-align:center; font-size:350%">História</h1> |
|
52 | 57 |
|
53 | 58 |
|
54 | 59 |
<img src="img/h.jpg" alt="História" style="margin-left: 40%; width:250px;height:250px;" > |
Also available in: Unified diff