-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconection.php
More file actions
48 lines (33 loc) · 1.62 KB
/
conection.php
File metadata and controls
48 lines (33 loc) · 1.62 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
<?php
include 'conectionDB.php';
?>
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<title>CDC-Electronics</title>
<meta name="description" content="Consultas CDC Electronics" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- for ios 7 style, multi-resolution icon of 152x152 -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-barstyle" content="black-translucent">
<link rel="apple-touch-icon" href="assets/images/logo.png">
<meta name="apple-mobile-web-app-title" content="Flatkit">
<!-- for Chrome on Android, multi-resolution icon of 196x196 -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="shortcut icon" sizes="196x196" href="assets/images/logo.png">
<!-- style -->
<link rel="stylesheet" href="assets/animate.css/animate.min.css" type="text/css" />
<link rel="stylesheet" href="assets/glyphicons/glyphicons.css" type="text/css" />
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="assets/material-design-icons/material-design-icons.css" type="text/css" />
<link rel="stylesheet" href="assets/bootstrap/dist/css/bootstrap.min.css" type="text/css" />
<!-- build:css assets/styles/app.min.css -->
<link rel="stylesheet" href="assets/styles/app.css" type="text/css" />
<!-- endbuild -->
<link rel="stylesheet" href="assets/styles/font.css" type="text/css" />
</head>
<body>
</body>
</html>