mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
17 lines
287 B
HTML
17 lines
287 B
HTML
<!doctype html>
|
|
|
|
<body>
|
|
<style type="text/css">
|
|
body {
|
|
background-color: #f0f0f0;
|
|
text-align: center;
|
|
padding-top: 200px;
|
|
font-family: sans-serif;
|
|
}
|
|
div {
|
|
color: #909090;
|
|
}
|
|
</style>
|
|
<div>Waiting for development server...</div>
|
|
</body>
|