-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
40 lines (29 loc) · 910 Bytes
/
index.php
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
<!DOCTYPE html>
<html>
<head>
<title> obi </title>
<meta charset = "utf-8">
<link rel="stylesheet" type="text/css" href="obi.css">
<!-- <script type="text/javascript" src="obi.js"></script> -->
</head>
<body>
<!-- <img src="logo.jpg" style='position:fixed;opacity: 0.2; top:0px;left:0px;width:100%;height:100%;z-index:-1;'> -->
<img src="trianglify.png" style='position:fixed;top:0px;left:0px;width:100%;height:100%;z-index:-1;'>
<!-- <header>
title
</header> -->
<ul>
<li> <a class="active" href="index.php"> Index </a> </li>
<li> <a href="noticias.php">Notícias</a> </li>
<li> <a href="contato.php">Contato</a> </li>
<li> <a href="eventos.php">Eventos</a> </li>
<li> <a href="repositorio.php">Repositórios de Provas</a> </li>
<li style="float:right"><a href="sobre.php">Sobre</a></li>
</ul>
<br>
<span> hehe </span>
<!-- <footer>
obi
</footer> -->
</body>
</html>