You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
791 B
HTML
23 lines
791 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>StammTV Helper — QuickMenu</title>
|
|
<link rel="stylesheet" href="/style.css" />
|
|
</head>
|
|
<body style="min-width: fit-content; margin: 0.5rem; display: flex; align-items: center; justify-content: space-evenly">
|
|
<a href="" id="open-stammtv" target="_blank">
|
|
<img src="/stammtv-small.png" alt="StammTV Logo" height="48px" width="48px"/>
|
|
</a>
|
|
<a href="/settings/settings.html" id="open-settings" target="_blank" class="text-white" style="
|
|
text-decoration: none;
|
|
font-weight: 400;
|
|
font-size: 1rem;
|
|
width: max-content;
|
|
">
|
|
<span class="i18n-target" data-id="popupSettingsButtonCaption">⚙ Settings</span>
|
|
</a>
|
|
<script src="/i18n.js"></script>
|
|
<script src="popup.js"></script>
|
|
</body>
|
|
</html> |