13 lines
261 B
HTML
13 lines
261 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>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Reimbursinator v.1</h1>
|
||
|
<p>This content served by nginx.</p>
|
||
|
</body>
|
||
|
</html>
|