-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
36 lines (36 loc) · 1.5 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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset=utf-8>
<title>Ponto Eletrônico</title>
<meta name="keywords" content="" />
<meta name="description" content="Sistema de Ponto" />
<meta name="robots" content="ALL" />
<meta name="distribution" content="Global" />
<meta name="rating" content="General" />
<meta name="author" content="Thiago Paes - [email protected]" />
<meta name="language" content="pt-br" />
<meta name="doc-class" content="Completed" />
<meta name="doc-rights" content="Private" />
<link rel="shortcut icon" href="img/icn_relogio.gif" />
<link rel="stylesheet" type="text/css" href="css/main.css" media="screen" />
<link rel="stylesheet" type="text/css" href="js/jquery-ui/css/redmond/jquery-ui-1.8.13.custom.css" media="screen" />
<script src="js/headjs/head.min.js"></script>
<script>
head.js('js/jquery-ui/js/jquery-1.5.1.min.js',
'js/jquery-ui/js/jquery-ui-1.8.13.custom.min.js',
'js/tiny.tips/jquery.tinyTips.js',
'js/jgcharts/jgcharts.pack.js',
'js/ponto/db.js',
'js/ponto/usuario.js',
'js/ponto/ponto.js', function() {
Ponto.init();
});
</script>
</head>
<body>
<noscript>
Você precisa do JavaScript ativado para utilizar esta página.
</noscript>
</body>
</html>