-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (42 loc) · 1.24 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 PUBLIC "-//W5C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Ouroboros Project</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="width: 800px;">
<h1>
Ouroboros Project
</h1>
<div style="height: 20px;">
<ul class="menubar">
<li style="width: 33.333%">
<a class="button" href="index.html">Home</a>
</li>
<li style="width: 33.333%">
<a class="button" href="http://projeto-ouroboros.blogspot.com.br/">Blog</a>
</li>
<li style="width: 33.333%">
<a class="button" href="codigo/index.html" target="display">Código</a>
</li>
</ul>
</div>
<div style="height: 20px">
</div>
<iframe src="home.html" frameborder="0" name="display"></iframe>
<div style="height: 20px">
</div>
<div style="height: 30px;">
<ul class="menubar">
<li style="width: 100%">
<div>
By Fernando Omar Aluani and Wilson Kazuo Miztani
</div>
</li>
</ul>
</div>
<div class="centered">
<img src="license.png" height="25">
</div>
</body>