mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-06 01:13:57 +03:00
I'm trying to fix the styles
This commit is contained in:
parent
db67508cb1
commit
5455f15cc6
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<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>
|
||||
<body>
|
||||
<div class="wallpaper">
|
||||
|
@ -50,6 +50,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="./static/script/wallpaperLoad.js"></script>
|
||||
<script src="../static/script/wallpaperLoad.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue