56 lines
1.3 KiB
HTML
56 lines
1.3 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Roject — Documentation Overview</title>
|
||
|
|
<link rel="stylesheet" href="./_assets_/styles.css">
|
||
|
|
<link rel="stylesheet" href="./_assets_/nav.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="page">
|
||
|
|
|
||
|
|
<header>
|
||
|
|
<p class="date">Project Documentation</p>
|
||
|
|
<h1 style="font-size: 300%;">Roject</h1>
|
||
|
|
<p class="subtitle">For editing files in projects</p>
|
||
|
|
</header>
|
||
|
|
|
||
|
|
<section>
|
||
|
|
|
||
|
|
|
||
|
|
<div class="card">
|
||
|
|
<h3>Outline</h3>
|
||
|
|
<p>
|
||
|
|
Explains Roject's goals, features and future plans and actions that are used for
|
||
|
|
the project.
|
||
|
|
<br>
|
||
|
|
|
||
|
|
<a href="./outline/index.html">Read more about the outline</a>
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="card">
|
||
|
|
<h3>History</h3>
|
||
|
|
<p>
|
||
|
|
Per-day history that gives insights about the daily work.
|
||
|
|
<br>
|
||
|
|
|
||
|
|
<a href="./history/index.html">Read more about the history</a>
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</section>
|
||
|
|
|
||
|
|
|
||
|
|
<footer>
|
||
|
|
Roject documentation
|
||
|
|
</footer>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
<script>var NAV_ROOT = './';</script>
|
||
|
|
<script src="./_assets_/nav-data.js"></script>
|
||
|
|
<script src="./_assets_/nav.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|