quick fix 2
This commit is contained in:
42
webserver/web/sugestie.html
Normal file
42
webserver/web/sugestie.html
Normal file
@ -0,0 +1,42 @@
|
||||
<!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="./webcss/nav.css">
|
||||
<link rel="stylesheet" href="./webcss/main.css">
|
||||
<title>sugestie</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="main.html">Strona główna</a></li>
|
||||
<li><a href="danebota.html">Dane Bota</a></li>
|
||||
<li><a href="sugestie.html">Sugestie</a></li>
|
||||
<li><a href="https://discord.com/oauth2/authorize?client_id=1379068224947093536">dodaj mojego bota!</a></li>
|
||||
<li><a href="Kontakt.html">Kontakt</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<h1>Podaj swoją sugestię muzyki</h1>
|
||||
<div id="dataContainer">
|
||||
<div class="input-group">
|
||||
<label for="var1">Nazwa Utworu: (OBOWIĄZKOWY)</label>
|
||||
<br>
|
||||
<input type="text" name="sugestia" id="sugestia" style="height: 30px; width: 400px;" placeholder="Twoja sugestia..." required>
|
||||
</div>
|
||||
|
||||
<div class="input-group">
|
||||
<label for="var2">Link:</label>
|
||||
<br>
|
||||
<input type="url" name="link" id="link" style="height: 30px; width: 400px;" placeholder="Link do utworu...">
|
||||
</div>
|
||||
|
||||
<button id="sendButton">Wyślij do Bazy</button>
|
||||
</div>
|
||||
|
||||
<div id="status"></div>
|
||||
</main>
|
||||
<script src="./sugestie.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user