This repository has been archived on 2022-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
dotplan-online/static/index.html

15 lines
349 B
HTML

<!doctype html>
<html lang='en'>
<head>
<title>Dotplan Online</title>
<meta charset='utf-8'>
<link rel='stylesheet' href='style.css'>
</head>
<body>
<main>
<h1>Dotplan Online</h1>
<p>This site is coming soon. For now you can check out <a href='https://github.com/rudism/dotplan-online'>the source code</a>.
</main>
</body>
</html>