Como colocar meu css do bootstrap e o JS , no meu header
-
<!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8"> <title>Millenium Software</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet" type="text/css" media='all'/> <link href="css/bootstrap.min.css" rel="stylesheet"> <script src="js/bootstrap.min.js"></script> <link href="style.css" rel="stylesheet"> <link href='http://fonts.googleapis.com/css?family=Domine:400,700' rel='stylesheet' type='text/css'> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" type="text/javascript"></script> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head>
Visualizando 2 respostas - 1 até 2 (de um total de 2)
Visualizando 2 respostas - 1 até 2 (de um total de 2)
- O tópico ‘Como colocar meu css do bootstrap e o JS , no meu header’ está fechado para novas respostas.