mirror of https://github.com/dirtbags/tanks.git
37 lines
926 B
HTML
37 lines
926 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta name="viewport" content="width=device-width">
|
|
<link rel="stylesheet" href="/assets/css/dirtbags.css?v=">
|
|
<link rel="icon" type="image/png" href="/assets/images/icon.png">
|
|
|
|
<title> by </title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1 id="title">To-Do List</h1>
|
|
|
|
<h1 id="bugs">BUGS</h1>
|
|
|
|
<h1 id="requests">Requests</h1>
|
|
|
|
<ul>
|
|
<li>Merge devdsp fixes (https://github.com/devdsp/tanks/commits/master)</li>
|
|
<li>Fix leaderboard</li>
|
|
<li>Read sensors from “sensors” and not “sensor[0-9]”</li>
|
|
</ul>
|
|
|
|
|
|
<nav>
|
|
<ul>
|
|
<li><a href="/">Home</a></li>
|
|
<li><a href="/running">Running</a></li>
|
|
<li><a href="/history">History</a></li>
|
|
<li><a href="/thanks">Thanks</a></li>
|
|
<li><a href="https://github.com/dirtbags/tanks" title="Tanks on Github">Source</a></li>
|
|
</ul>
|
|
</nav>
|
|
</body>
|
|
</html>
|