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.
2020-07-21 00:14:50 -05:00
|
|
|
<!doctype html>
|
|
|
|
<html lang='en'>
|
|
|
|
<head>
|
|
|
|
<title>Dotplan Online</title>
|
|
|
|
<meta charset='utf-8'>
|
2020-07-23 19:17:14 -05:00
|
|
|
<link rel='stylesheet' href='style.css'>
|
2020-07-21 00:14:50 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-07-23 19:17:14 -05:00
|
|
|
<main>
|
2020-07-21 00:14:50 -05:00
|
|
|
<h1>Dotplan Online</h1>
|
2020-07-23 19:17:14 -05:00
|
|
|
<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>
|
2020-07-21 00:14:50 -05:00
|
|
|
</body>
|
|
|
|
</html>
|