64 lines
1.7 KiB
HTML
64 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>services</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
</head>
|
|
<body>
|
|
<h1>Services</h1>
|
|
<br>
|
|
<a href="#add" class="bookmark">Want to add a new line?</a>
|
|
<br>
|
|
<br>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>ID</th>
|
|
<th>Name</th>
|
|
<th colspan="2">Actions</th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
<h2 id="add">Add a new line</h2>
|
|
<table class="inputs">
|
|
<tr>
|
|
<th>ID</th>
|
|
<th><input type="text"></th>
|
|
</tr>
|
|
<tr>
|
|
<th>Maintainer</th>
|
|
<th><input type="text"></th>
|
|
</tr>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th><input type="text"></th>
|
|
</tr>
|
|
<tr>
|
|
<th>Version</th>
|
|
<th><input type="text"></th>
|
|
</tr>
|
|
<tr>
|
|
<th>Account</th>
|
|
<th><input type="text"></th>
|
|
</tr>
|
|
<tr>
|
|
<th>Notes</th>
|
|
<th><input type="text"></th>
|
|
</tr>
|
|
<tr>
|
|
<th>Service domain</th>
|
|
<th><input type="text"></th>
|
|
</tr>
|
|
<tr>
|
|
<th>IP</th>
|
|
<th><input type="text"></th>
|
|
</tr>
|
|
<tr>
|
|
<th>Port</th>
|
|
<th><input type="text"></th>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|