Rename test.html to demo.html

This commit is contained in:
He4eT 2024-08-15 04:48:14 +02:00
commit da25d7a819
2 changed files with 18 additions and 145 deletions

18
pages/demo/demo.html Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TV off</title>
<style>
body, html {
margin: 0;
padding: 0;
background: gray;
}
</style>
</head>
<body>
<script src="../../content_scripts/milje.js"></script>
</body>
</html>