15 lines
349 B
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>
|