This repository has been archived on 2026-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
polyplus/popup.html
2024-01-20 17:33:44 -06:00

13 lines
No EOL
416 B
HTML
Executable file

<!doctype html>
<html style="border-radius: 20px;">
<head>
<title>Poly+</title>
<link rel="stylesheet" href="/css/popup.css" type="text/css">
<script src="/js/popup.js"></script>
</head>
<body>
<div style="text-align: center; width: 300px;">
<a class="button" href="https://polytoria.com/my/polyplus">Settings</a>
</div>
</body>
</html>