-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (32 loc) · 1.35 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/geral.css">
<title>Home</title>
</head>
<body>
<div class="a">
<header>
<h1 class="titulo"><img class="logo" src="image/logo.png" height="35px" width="35px">Faculdade Impacta - LMS</h1>
<h2 class="sub_titulo"><i>SI 2A</i></h2>
<ul class="lista_links">
<li><a href="index.html">Home</a></li>
<li><a href="lista_de_cursos.html">Lista de Cursos</a></li>
<li><a href="disciplinas/disciplinas.html">Disciplinas</a></li>
<li><a href="noticias.html">Notícias</a></li>
</ul>
</header>
<div class="b">
<h1>Home</h1>
Seja bem vindo(a) a página inicial.
<p>
Este site ainda está em desenvolvimento, fique atento para atualizações.
</div>
<footer>
<p>Copyright © 2018 - by (Sistemas de Informação 2A)<br>
<a href="https://www.facebook.com/FacImpacta/" target="_blank">Facebook</a> | <a href="https://twitter.com/facimpacta" target="_blank">Twitter</a></p>
</footer>
</div>
</body>
</html>