Dateien hochladen nach „“
This commit is contained in:
17
options.html
Normal file
17
options.html
Normal file
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<meta charset="UTF-8">
|
||||
<html>
|
||||
<head>
|
||||
<title>Einstellungen</title>
|
||||
<script src="options.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Server hinzufügen oder entfernen</h1>
|
||||
<label for="server-url">Server URL:</label>
|
||||
<input type="text" id="server-url" placeholder="https://example.com">
|
||||
<button id="add-server">Hinzufügen</button>
|
||||
<ul id="server-list">
|
||||
<!-- Hier werden die hinzugefügten Server angezeigt -->
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user