adding files

This commit is contained in:
Miskolczi Richárd
2024-05-05 22:07:22 +02:00
parent 0ac564e16f
commit 4c2cdb5fb9
5 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>services</title>
<link rel="stylesheet" type="text/css" href="../style.css">
<script src="./script.js"></script>
</head>
<body>
<h1>Services</h1>
<br>
<a href="#add" class="bookmark">Want to add a new line?</a>
<br>
<br>
<table class="queryresults">
<thead>
<tr>
<th>ID</th>
<th>Name</th>
<th colspan="2">Actions</th>
</tr>
</thead>
<tbody id="resultarea">
</tbody>
</table>
<br>
</body>