Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
[HELP]Bootstrap
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="AlexFallen" data-source="post: 195423" data-attributes="member: 4641"><p>Hello,</p><p>I recently started playing around with Bootstrap, and I currently am looking to have just a basic starting template, with which I can start each bootstrap page off with, I will post the code below, could anyone tell me if I am missing anything, or if something is wrong?</p><p>[HTML]<!DOCTYPE html></p><p><html lang="en"></p><p> </p><p> <head></p><p> <meta charset="UTF-8"/></p><p> <title>Bootstrap Site</title></p><p> <meta name="viewport" content="width=device-width, initial-slace-1.0"/></p><p> <meta name="description" content=""/></p><p> <meta name="author" content=""/> </p><p> <!-- Le styles --></p><p> <!-- TODO: make sure bootstrap.min.css points to BootTheme generated file</p><p> --></p><p> <link href="netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css"/></p><p> <style type="text/css"></p><p> body</p><p> {</p><p> padding-top: 60px;</p><p> padding-bottom: 40px;</p><p> }</p><p> </style></p><p> <!-- TODO: make sure bootstrap-responsive.min.css points to BootTheme</p><p> generated file --></p><p> <link href="css/bootstrap-responsive.min.css" rel="stylesheet"/></p><p> <!--[if lt IE 9]></p><p> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script></p><p> <![endif]--></p><p> <!-- Fav and touch icons --></p><p> <link rel="shortcut icon" href="docs/assets/ico/favicon.ico"></p><p> <link rel="apple-touch-icon-precomposed" size="144x144" href="docs/assets/ico/apple-touch-icon-144-precomposed.png"/></p><p> <link rel="apple-touch-icon-precomposed" size="114x114" href="docs/assets/ico/apple-touch-icon-114-precomposed.png"/></p><p> <link rel="apple-touch-icon-precomposed" size="72x72" href="docs/assets/ico/apple-touch-icon-72-precomposed.png"/></p><p> <link rel="apple-touch-icon-precomposed" href="docs/assets/ico/apple-touch-icon-57-precomposed.png"></p><p> </head></p><p> <body></p><p> </p><p> </body></p><p></html>[/HTML]</p><p></p><p>Thanks in advance!</p></blockquote><p></p>
[QUOTE="AlexFallen, post: 195423, member: 4641"] Hello, I recently started playing around with Bootstrap, and I currently am looking to have just a basic starting template, with which I can start each bootstrap page off with, I will post the code below, could anyone tell me if I am missing anything, or if something is wrong? [HTML]<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"/> <title>Bootstrap Site</title> <meta name="viewport" content="width=device-width, initial-slace-1.0"/> <meta name="description" content=""/> <meta name="author" content=""/> <!-- Le styles --> <!-- TODO: make sure bootstrap.min.css points to BootTheme generated file --> <link href="netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css"/> <style type="text/css"> body { padding-top: 60px; padding-bottom: 40px; } </style> <!-- TODO: make sure bootstrap-responsive.min.css points to BootTheme generated file --> <link href="css/bootstrap-responsive.min.css" rel="stylesheet"/> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Fav and touch icons --> <link rel="shortcut icon" href="docs/assets/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" size="144x144" href="docs/assets/ico/apple-touch-icon-144-precomposed.png"/> <link rel="apple-touch-icon-precomposed" size="114x114" href="docs/assets/ico/apple-touch-icon-114-precomposed.png"/> <link rel="apple-touch-icon-precomposed" size="72x72" href="docs/assets/ico/apple-touch-icon-72-precomposed.png"/> <link rel="apple-touch-icon-precomposed" href="docs/assets/ico/apple-touch-icon-57-precomposed.png"> </head> <body> </body> </html>[/HTML] Thanks in advance! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
[HELP]Bootstrap
Top