1
0

improved example

This commit is contained in:
2025-05-02 08:10:11 +03:00
parent 34f5283940
commit 7d9b3bf664
2 changed files with 4 additions and 7 deletions
+3 -7
View File
@@ -10,19 +10,15 @@
body {
margin: 0;
overflow: hidden;
}
main {
display: grid;
height: 100vh;
display: grid;
}
</style>
</head>
<body>
<main>
<h1>Hello from options page</h1>
</main>
<h1>Hello from options page</h1>
<script type="text/javascript" src="script.js"></script>
</body>
</html>
+1
View File
@@ -0,0 +1 @@
console.log("Hello from options page script!")