|
|
@@ -3,7 +3,7 @@
|
|
|
<head>
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
|
<title>Mathematical term rewriting frontend</title>
|
|
|
- <link rel="stylesheet" href="/static/frontend/css/editor.css">
|
|
|
+ <link rel="stylesheet" href="/static/frontend/css/docs.css">
|
|
|
<link rel="stylesheet" href="/static/bootstrap/css/bootstrap.min.css">
|
|
|
</head>
|
|
|
<body>
|
|
|
@@ -31,6 +31,12 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="container">
|
|
|
+ <div class="page-header">
|
|
|
+ <h1>Documentation</h1>
|
|
|
+ </div>
|
|
|
+ <section>
|
|
|
+ <p>This page is on the TODO list...</p>
|
|
|
+ </section>
|
|
|
</div>
|
|
|
|
|
|
<script type="text/javascript" src="/static/js/jquery-1.8.2.min.js"></script>
|