-
Notifications
You must be signed in to change notification settings - Fork 0
/
foot.html
44 lines (34 loc) · 1.43 KB
/
foot.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>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- menu principal css -->
<link href="css/menu.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="js/ddmenu.js" type="text/javascript"></script>
</head>
<body>
<footer>
<div class="footer-blurb-item">
<div class="container">
<!--font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', monospace; -->
<p>
<center style="font-family: Consolas; font-size: 12px;">
Lyssa Priscyla Scherer<br> Universidade Estadual do Oeste do Paraná
</center>
</p>
</div>
</div>
</footer>
<!-- JavaScript is required for the dropdown menu -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap core JavaScript-->
<script src="js/bootstrap.js"></script>
</body>
</html>