view index.html @ 0:cfa3e2e51af7 draft

add some files
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Wed, 19 Sep 2012 22:11:23 +0900
parents
children 75a249e5cff9
line wrap: on
line source

<!DOCTYPE html>
<html>
  <head>
    <title>Bootstrap 101 Template</title>
    <!-- Bootstrap -->
    <link href="css/bootstrap.css" rel="stylesheet">
  </head>
  <body>
    <h1>Hello, world!</h1>
    <script src="./js/jquery.js"></script>
    <script src="./js/bootstrap.min.js"</script>
  </body>
</html>