Добавлены настройки расширения, введена поддержка локализации, изменены и адаптированы иконки приложений
This commit is contained in:
21
extension/main.html
Normal file
21
extension/main.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>YT Music Live</title>
|
||||
<link rel="stylesheet" href="/styles/main.css" />
|
||||
<script src="/scripts/main.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="popup-title"></h1>
|
||||
<form id="settings-form">
|
||||
<div class="field">
|
||||
<input id="server-url-field" type="url" minlength="0" />
|
||||
<label for="server-url-field"></label>
|
||||
</div>
|
||||
<div class="field">
|
||||
<input id="connect-button" type="submit" value="" />
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user