-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·29 lines (21 loc) · 960 Bytes
/
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- Carregando CSS -->
<link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all-gray-large-font.css" />
<link rel="stylesheet" type="text/css" href="resources/main.css">
<link rel="stylesheet" type="text/css" href="ux/alert.css">
<title>Controle de Rebanho</title>
</head>
<body>
<div id="loading-mask" style=""></div>
<!-- Carregando EXTJS -->
<script type="text/javascript" src="extjs/ext-all.js"></script>
<!-- <script type="text/javascript" src="extjs/ext.js"></script> -->
<!-- Carregando Locale PT-BR -->
<script type="text/javascript" src="extjs/locale/ext-lang-pt_BR.js"></script>
<!-- Carregando Aplication -->
<!-- <script type="text/javascript" src="app-all.js"></script> -->
<script type="text/javascript" src="app.js"></script>
</body>
</html>