No header. Button under table.

This commit is contained in:
Greg 2025-05-10 18:29:40 +02:00
parent 3d34fdb5c9
commit 977fb5bc05

View File

@ -102,14 +102,15 @@
</style> </style>
</head> </head>
<body> <body>
<div class="header-bar"> <div style="text-align: center; margin-bottom: 1em;">
<h1 style="margin: 0;">Padel Nivelles</h1> <h1 style="margin: 0;">Padel Nivelles</h1>
</div> </div>
<div class="table-container"> <div class="table-container">
<div id="attendance-table"></div> <div id="attendance-table"></div>
</div> </div>
<button id="show-matches-btn">Show</button> <div style="display: flex; justify-content: center; margin-top: 1em;">
<button id="show-matches-btn" style="background: #948979; color: #222831; border: none; padding: 0.7em 1.5em; border-radius: 4px; font-weight: bold; font-size: 1em; transition: background 0.2s; cursor: pointer;">Show</button>
</div>
<script src="/static/app.js"></script> <script src="/static/app.js"></script>
</body> </body>
</html> </html>