1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00
Files
mywebsite/mongoui/mongoui-master/public/index.html
2015-06-25 16:28:41 -05:00

13 lines
221 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Mongo UI Client</title>
</head>
<body>
<div id="main">
<h1>mongoui</h1>
<a href="/main">start messing with mongoDB</a>
</div>
</body>
</html>