stammtv-helper/base/popup/popup.html

23 lines
791 B
HTML
Raw Permalink Normal View History

2022-08-12 19:48:56 +02:00
<!DOCTYPE html>
<html lang="de">
2022-08-12 19:48:56 +02:00
<head>
<meta charset="UTF-8">
<title>StammTV Helper — QuickMenu</title>
<link rel="stylesheet" href="/style.css" />
2022-08-12 19:48:56 +02:00
</head>
<body style="min-width: fit-content; margin: 0.5rem; display: flex; align-items: center; justify-content: space-evenly">
2022-08-12 22:42:42 +02:00
<a href="" id="open-stammtv" target="_blank">
<img src="/stammtv-small.png" alt="StammTV Logo" height="48px" width="48px"/>
2022-08-12 22:42:42 +02:00
</a>
<a href="/settings/settings.html" id="open-settings" target="_blank" class="text-white" style="
2022-08-12 22:42:42 +02:00
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>
2022-08-12 19:48:56 +02:00
<script src="popup.js"></script>
</body>
</html>