Commit b35a9a7419900327f684950a0636817aa5e3b5fb

Authored by Leandro Santos
1 parent 3821f6fb

comment bootstrap

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
index.html
... ... @@ -2,8 +2,10 @@
2 2 <head>
3 3 <meta charset="utf-8" />
4 4 <title>Dialoga Brasil</title>
5   - <link rel="stylesheet" type="text/css" href="style.css" />
  5 +<!--
6 6 <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
  7 +-->
  8 + <link rel="stylesheet" type="text/css" href="style.css" />
7 9 <script src='js/jquery-2.1.3.min.js'></script>
8 10 <script src='js/jquery-ui-1.11.4.custom/jquery-ui.min.js'></script>
9 11 <script src='js/jquery.cookie.js'></script>
... ...