1
0
This repository has been archived on 2026-04-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2025-05-02 08:10:11 +03:00

25 lines
394 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style type="text/css">
html,
body {
margin: 0;
overflow: hidden;
height: 100vh;
display: grid;
}
</style>
</head>
<body>
<h1>Hello from options page</h1>
<script type="text/javascript" src="script.js"></script>
</body>
</html>