stammtv-helper/out/artifacts/chrome/popup/popup.html

20 lines
550 B
HTML
Raw Normal View History

2022-08-12 19:48:56 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Popup</title>
</head>
2022-08-12 22:42:42 +02:00
<body style="min-width: 8rem; display: flex; align-items: center;">
<a href="" id="open-stammtv" target="_blank">
<img src="/stammtv-large.png" alt="StammTV Logo" height="128px" width="128px"/>
</a>
<a href="/options/options.html" id="open-settings" target="_blank" style="
text-decoration: none;
font-weight: 400;
font-size: 1rem;
width: 6rem;
color: black;
">⚙ Settings</a>
2022-08-12 19:48:56 +02:00
<script src="popup.js"></script>
</body>
</html>