<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Popup</title> </head> <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> <script src="popup.js"></script> </body> </html>