mirror of
https://github.com/Mobile-Robotics-W20-Team-9/UMICH-NCLT-SLAP.git
synced 2025-09-08 20:13:13 +00:00
Add Website Index
Added index.html with a basic framework for content
This commit is contained in:
22
docs/index.html
Normal file
22
docs/index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="author" content="Mobile-Robotics-W20-Team-9">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">>
|
||||
<title>Documentation</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>UMICH NCLT SLAP Documentation</h1>
|
||||
<p>
|
||||
This website is currently a work in progress.
|
||||
</p>
|
||||
</body>
|
||||
|
||||
<footer>
|
||||
<small>
|
||||
Copyright © 2020 Mobile-Robotics-W20-Team-9 under <a rel="license" href="https://docs.google.com/gview?url=https://github.com/Mobile-Robotics-W20-Team-9/UMICH-NCLT-SLAP/raw/master/LICENSE" target="_blank">MIT License</a>
|
||||
</small>
|
||||
</footer>
|
||||
</html>
|
Reference in New Issue
Block a user