This commit is contained in:
√(noham)² 2023-02-22 20:53:35 +01:00
commit 80ec1475c8

View File

@ -4,8 +4,9 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title> <title>Stream</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="https://raw.githubusercontent.com/NohamR/Nohamart/main/assets/icon.ico" type="image/x-icon">
<style> <style>
html { html {
background-color: #000000; background-color: #000000;
@ -51,6 +52,7 @@
user-select: none; user-select: none;
-webkit-user-select: none; -webkit-user-select: none;
touch-action: manipulation; touch-action: manipulation;
margin: 5px;
} }
button:before { button:before {