I'm trying to fix the styles

This commit is contained in:
Данил 2024-07-29 12:24:24 +03:00
parent 9acc81ecfa
commit 96f2b34262
2 changed files with 4 additions and 4 deletions

View file

@ -3,13 +3,13 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Starlio</title> <title>Starlio</title>
<link rel="icon" href="../static/image/favicon.png"> <link rel="icon" href="./static/image/favicon.png">
<meta name="author" content="Redume, Murzify"> <meta name="author" content="Redume, Murzify">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://starlio.space/"> <link rel="canonical" href="https://starlio.space/">
<link rel="stylesheet" type="text/css" href="../static/css/404.css"> <link rel="stylesheet" type="text/css" href="./static/css/404.css">
</head> </head>
<body> <body>
<lottie-player src="https://assets1.lottiefiles.com/packages/lf20_2QSlz3Li88.json" <lottie-player src="https://assets1.lottiefiles.com/packages/lf20_2QSlz3Li88.json"

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>