Reference bootstrap files
This commit is contained in:
parent
76792eb49d
commit
4367f057cf
@ -3,8 +3,17 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Here go options</title>
|
<title>Here go options</title>
|
||||||
|
<link rel="text/stylesheet" href="lib/bootstrap-3.3.6-dist/css/bootstrap.min.css">
|
||||||
|
<link rel="text/stylesheet" href="lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
Options!
|
<div class="container">
|
||||||
|
<div clss="page-header">
|
||||||
|
<h1>Options</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script src="lib/jquery-2.2.2.min.js"></script>
|
||||||
|
<script src="lib/bootstrap-3.3.6-dist/js/bootstrap.min.js"></script>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user