I'm trying to fix the styles

This commit is contained in:
Данил 2024-07-26 20:14:04 +03:00
parent db67508cb1
commit 5455f15cc6

View file

@ -28,7 +28,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/static/css/wallpaper.css"> <link rel="stylesheet" type="text/css" href="../static/css/wallpaper.css">
</head> </head>
<body> <body>
<div class="wallpaper"> <div class="wallpaper">
@ -50,6 +50,6 @@
</div> </div>
</div> </div>
</div> </div>
<script src="./static/script/wallpaperLoad.js"></script> <script src="../static/script/wallpaperLoad.js"></script>
</body> </body>
</html> </html>