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
+2 -6
View File
@@ -10,19 +10,15 @@
body { body {
margin: 0; margin: 0;
overflow: hidden; overflow: hidden;
}
main {
display: grid;
height: 100vh; height: 100vh;
display: grid;
} }
</style> </style>
</head> </head>
<body> <body>
<main>
<h1>Hello from options page</h1> <h1>Hello from options page</h1>
</main> <script type="text/javascript" src="script.js"></script>
</body> </body>
</html> </html>
+1
View File
@@ -0,0 +1 @@
console.log("Hello from options page script!")