start working on toopie.html

This commit is contained in:
idk
2020-01-12 17:10:14 -05:00
parent e0226b4645
commit 14fe263e24

12
toopie.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>I2P Router Information</title>
<link href="home.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>I2P Router Information</h1>
<div id="router-status">Replace with Router Status</div>
<script src="i2pcontrol/i2pcontrol.js"></script>
</body>
</html>