mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
13 lines
221 B
HTML
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>
|