Mercurial > hg > webaudioevaluationtool
diff test.html @ 3110:db3b7c9ca398
Bootstrap the project
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Mon, 21 May 2018 18:20:31 +0100 |
parents | 702a8d786e1a |
children |
line wrap: on
line diff
--- a/test.html Tue Apr 10 10:23:08 2018 +0100 +++ b/test.html Mon May 21 18:20:31 2018 +0100 @@ -14,12 +14,14 @@ <meta name="author" content="" /> <!-- Load up the default core JS and CSS files--> + <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <link rel='stylesheet' type='text/css' href='css/core.css'> <!-- Use jQuery hosted from Google CDN --> <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> <script type="text/javascript" src="js/showdown.min.js"></script> <script type="text/javascript" src="js/jquery-2.1.4.js"></script> <script type="text/javascript" src="js/loader.js"></script> + <script type="text/javascript" src="js/bootstrap.min.js"></script> </head> <body>