-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtop.php
More file actions
29 lines (27 loc) · 1 KB
/
top.php
File metadata and controls
29 lines (27 loc) · 1 KB
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8"/>
<title>Tudo sobre Google Glass</title>
<link rel="stylesheet" type="text/css" href="_css/estilo.css"/>
</head>
<script language="javascript" src="_javascript/funcoes.js"></script>
<body>
<div id="interface">
<header id="cabecalho">
<hgroup>
<h1>Jogos Gamez</h1>
<h2>O seu melhor portal de games</h2>
</hgroup>
<img id="icone"src="_imagens/glass-oculos-preto-peq.png"/>
<nav id="menu">
<h1>Menu Principal</h1>
<ul onmouseout="mudaFoto('glass-oculos-preto-peq')">
<li onmouseover="mudaFoto('home')" ><a href="index.html">Home<a></li>
<li onmouseover="mudaFoto('mario')" ><a href="specs.html">Jogos</a></li>
<li onmouseover="mudaFoto('joystick')"><a href="fotos.html">Controles</a></li>
<li onmouseover="mudaFoto('console')"><a href="multimidia.html">Consoles</a></li>
<li onmouseover="mudaFoto('contato')"><a href="fale-conosco.html">Fale conosco</a></li>
</ul>
</nav>
</header>