-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.php
More file actions
25 lines (19 loc) · 744 Bytes
/
Copy pathtest.php
File metadata and controls
25 lines (19 loc) · 744 Bytes
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
<html lang="es">
<head>
<!-- estilos -->
<link rel="stylesheet" type="text/css" href="engine/bootstrap.min.css" media="screen">
<link rel="stylesheet" type="text/css" href="engine/bootstrap-theme.min.css" media="screen">
<link rel="stylesheet" type="text/css" href="engine/encuesta.css" media="screen">
<link rel="stylesheet" type="text/css" href="engine/font/flaticon.css">
<!-- scripts -->
<script src="engine/jquery.min.js"></script>
<script src="engine/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf8">
</head>
<body>
<div id="encuesta" style="width: 600px">
<?php include("pregCombo.php")?>
<script>
$(".contenedor").css("display","block");
</script>