reimbursinator/frontend/html/index.html

13 lines
261 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, width=device-width">
<title>Reimbursinator</title>
</head>
<body>
<h1>Reimbursinator v.1</h1>
<p>This content served by nginx.</p>
</body>
</html>