Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ilM4nzo committed Feb 26, 2024
0 parents commit 78fc2eb
Show file tree
Hide file tree
Showing 8 changed files with 944 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
dist/
Binary file added content/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="src/styles.css">
<title>Tennisclub</title>
</head>

<body>
<img src="content/logo.png" alt="Tennisclub Logo">
<h2>COMING SOON</h2>
<p>to your town ...</p>
<h1 id="countdown" style="display: none;"></h1>
<script type="module" src="/src/index.ts"></script>
</body>

</html>
Loading

0 comments on commit 78fc2eb

Please sign in to comment.