reimbursinator/front/static/index.html
2019-01-12 15:08:02 -08:00

14 lines
325 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, width=device-width">
<title>Reimbursinator</title>
<link rel="shortcut icon" href="/favicon.ico" />
</head>
<body>
<h1>Reimbursinator v0.1</h1>
<p>This content served by nginx</p>
<p>New</p>
</body>
</html>