Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsusu committed May 25, 2024
0 parents commit 606a487
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">

<title>MiniConnect</title>
</head>
<body>
<header>
<h1>MiniConnect</h1>
</header>

<main>
<p>Under construction.</p>
</main>

<footer>
<p><a href="https://github.com/miniconnect">miniconnect</a></p>
</footer>
</body>
</html>

0 comments on commit 606a487

Please sign in to comment.