aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorArnaud CHESNAY <arnaud.chesnay@etu.univ-nantes.fr>2017-09-27 09:06:27 +0200
committerArnaud CHESNAY <arnaud.chesnay@etu.univ-nantes.fr>2017-09-27 09:06:27 +0200
commitbe836b55b4f8bc541b49c392d91954fb855529b8 (patch)
tree670312eebc189f1e737536c098f47c8c4befd940 /public/index.html
parentfirst commit (diff)
push website
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..25f076c
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <meta charset="utf-8" />
+ <title>RSC</title>
+
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
+ <script src="js/script.js"></script>
+
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
+ <link rel="stylesheet" type="text/css" href="css/style.css">
+</head>
+
+<body class='markdown-preview' data-use-github-style>
+ <div>
+ <div class="row">
+ <div id="tree" class="col-lg-2">
+
+ </div>
+ <div class="col-lg-10">
+ <div class="spinner">
+ <div class="double-bounce1"></div>
+ <div class="double-bounce2"></div>
+ </div>
+ <div id="md">
+
+ </div>
+ </div>
+ </div>
+ </div>
+</body>
+
+</html>