-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (40 loc) · 1.34 KB
/
index.html
File metadata and controls
43 lines (40 loc) · 1.34 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html>
<head>
<title>Greve no IFPB</title>
<meta charset = "utf-8">
<link href = "css/styles.css" rel = "stylesheet" type = "text/css">
<script type="text/javascript" src="js/cronometer.js"> </script>
</head>
<body>
<div id = "wrapper">
<div id = "header">
Greve no <mark class = "red">I</mark><mark class = "green">FPB</mark>
</div>
<div id = "content">
<table>
<tr>
<td colspan="4" style="font-size: 450%; font-style : italic;">
Restam
</td>
</tr>
<tr>
<td id = "day"></td>
<td id = "hour"></td>
<td id = "minute"></td>
<td id = "second"></td>
</tr>
<tr>
<td class="legenda">Dias</td>
<td class="legenda">Horas</td>
<td class="legenda">Minutos</td>
<td class="legenda">Segundos</td>
</tr>
</table>
</div>
<div id = "footer">
Desenvolvido por <a href="https://github.com/GugaRibeiro" title = "Github" target="_blank">Gustavo Ribeiro</a> e <a href="https://github.com/rerissondaniel" target="_blank" title = "Github">Rerisson Matos</a>
<a href='http://contador.s12.com.br'><img src='http://contador.s12.com.br/img-38dwDzw5-26.gif' style = "float:right;" border='0' alt='counter free'></a><script type='text/javascript' src='http://contador.s12.com.br/ad.js?id=38dwDzw5'></script>
</div>
</div>
</body>
</html>