index.html 2.52 KB
Newer Older
1
2
3
4
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
5
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
Zlatan Vasović's avatar
Zlatan Vasović committed
6
    <meta name="viewport" content="width=device-width, initial-scale=1">
7
8
    <meta name="description" content="">
    <meta name="author" content="">
wangsai's avatar
wangsai committed
9
    <link rel="shortcut icon" href="../../assets/ico/favicon.ico">
10

Nicole's avatar
Nicole committed
11
    <title>Starter Template for Bootstrap</title>
12
13

    <!-- Bootstrap core CSS -->
wangsai's avatar
wangsai committed
14
    <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
15
16

    <!-- Custom styles for this template -->
Nicole's avatar
Nicole committed
17
    <link href="starter-template.css" rel="stylesheet">
18

19
    <!-- Just for debugging purposes. Don't actually copy this line! -->
wangsai's avatar
wangsai committed
20
    <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
21

22
23
    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
Chris Rebert's avatar
Chris Rebert committed
24
      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
XhmikosR's avatar
XhmikosR committed
25
      <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
26
    <![endif]-->
27
28
29
30
  </head>

  <body>

31
    <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
32
      <div class="container">
33
34
        <div class="navbar-header">
          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
35
            <span class="sr-only">Toggle navigation</span>
36
37
38
39
40
41
42
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </button>
          <a class="navbar-brand" href="#">Project name</a>
        </div>
        <div class="collapse navbar-collapse">
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
          <ul class="nav navbar-nav">
            <li class="active"><a href="#">Home</a></li>
            <li><a href="#about">About</a></li>
            <li><a href="#contact">Contact</a></li>
          </ul>
        </div><!--/.nav-collapse -->
      </div>
    </div>

    <div class="container">

      <div class="starter-template">
        <h1>Bootstrap starter template</h1>
        <p class="lead">Use this document as a way to quickly start any new project.<br> All you get is this text and a mostly barebones HTML document.</p>
      </div>

    </div><!-- /.container -->

61
62
63
64

    <!-- Bootstrap core JavaScript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
Chris Rebert's avatar
Chris Rebert committed
65
    <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
66
    <script src="../../dist/js/bootstrap.min.js"></script>
67
  </body>
68
</html>