-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.php
More file actions
59 lines (48 loc) · 1.76 KB
/
index.php
File metadata and controls
59 lines (48 loc) · 1.76 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Painel Gerenciador de Dongles">
<meta name="author" content="Israel Azevedo - Rebuild por Renato Siqueira">
<title>Gerenciador Dongles</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container logo">
<img class="logo__posicao" src="img/logo.png" />
</div>
<noscript>
<div class="container alerta-noscript">
<div class="alert alert-success" role="alert">
<h4 class="alert-heading">Atenção!</h4>
<hr>
<p class="mb-0">Você precisa ter <a href="https://pt.wikipedia.org/wiki/JavaScript" target="_blank">JavaScript</a> ativado para usar esta pagina.</p>
</div>
</div>
</noscript>
<div class="container">
<div class="borda">
<div class="barra-status">
<i class="fa fa-signal" aria-hidden="true"></i> Status GSM
</div>
</div>
<div class="borda central" id="results">
<div class="container alerta-noscript">
<div class="alert alert-success" role="alert">
<h4 class="alert-heading">Aguarde..</h4>
<hr>
<p class="mb-0"><i class="fa fa-spinner fa-spin"></i> Compilando Informações.</p>
</div>
</div>
</div>
<div class="footer">
<hr></hr>
<div class="footer__copy">© <a href="#" target="_blank">AzCall</a> 2016</div>
<div class="footer__devel">Desenvolvido por <a target="_blank" href="#">AzTell</a></div>
</div>
</div>
<script src="js/js.min.js"></script>
</body>
</html>