SHOW:
|
|
- or go back to the newest paste.
1 | <?php | |
2 | require('includes/mysql.php'); | |
3 | ||
4 | - | <head> |
4 | + | ?> |
5 | - | <script type="text/javascript" scr="jquery.js"></script> |
5 | + | |
6 | - | |
6 | + | |
7 | - | <script type="text/javascript"> |
7 | + | |
8 | <head> | |
9 | <meta charset="utf-8"> | |
10 | ||
11 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
12 | <meta name="viewport" content="width=device-width, initial-scale=1"> | |
13 | <title>Bootstrap 101 Template</title> | |
14 | ||
15 | <!-- Bootstrap --> | |
16 | <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> | |
17 | <!--MeuuuuuuuPORRAAAAA--> | |
18 | <script type="text/javascript" scr="C:/wamp/www/ProjetoMaster/jquery.min.js"></script> | |
19 | - | </head> |
19 | + | |
20 | - | <body> |
20 | + | |
21 | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
22 | <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | |
23 | - | </body> |
23 | + | |
24 | </head> | |
25 | <body> | |
26 | <script type="text/javascript"> | |
27 | $(document).ready(function(){ | |
28 | alert("mui bien"); | |
29 | ||
30 | }); | |
31 | ||
32 | ||
33 | ||
34 | </script> | |
35 | ||
36 | <!--<h1 class="popover-title">Login</h1>--> | |
37 | <div class="container"> | |
38 | <ul class="nav nav-tabs"> | |
39 | <li class="active"><a href="index.php">Home</a></li> | |
40 | <li ><a href="empresa.php">Empresa</a></li> | |
41 | <li ><a href="about.php">Sobre</a></li> | |
42 | </ul> | |
43 | ||
44 | <div class="jumbotron"> | |
45 | <h1 clas="popover">Site By Pegasus - Home</h1></div> | |
46 | ||
47 | </div> | |
48 | <div style="border-radius:7px;margin:auto;border:1px solid green;height:100px;width:300px;background-color:blue"></div> | |
49 | ||
50 | <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | |
51 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | |
52 | <!-- Include all compiled plugins (below), or include individual files as needed --> | |
53 | <script src="js/bootstrap.min.js"></script> | |
54 | </body> | |
55 | </html> |