Files
youtube-app/browser_extension/config/popup.html
Marek Lenczewski 8f15f51bce update
2026-04-07 16:13:16 +02:00

17 lines
382 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
body { width: 200px; padding: 10px; font-family: sans-serif; font-size: 14px; }
h3 { margin: 0 0 8px; }
label { display: block; padding: 4px 0; cursor: pointer; }
.error { color: red; font-size: 12px; }
</style>
</head>
<body>
<h3>Profil</h3>
<div id="profiles"></div>
<script src="popup.js"></script>
</body>
</html>