mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-06 01:13:57 +03:00
change banner to icon
This commit is contained in:
parent
6550e6f7e2
commit
4da3f31eba
2 changed files with 3 additions and 3 deletions
2
404.html
2
404.html
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Starlio</title>
|
||||
<link rel="icon" href="static/image/favicon.png" type="">
|
||||
<link rel="icon" href="static/image/favicon.png">
|
||||
|
||||
<meta name="author" content="Redume">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Starlio</title>
|
||||
<link rel="icon" href="../static/image/favicon.png" type="">
|
||||
<link rel="icon" href="static/image/favicon.png">
|
||||
|
||||
<meta name="author" content="Redume">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<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>
|
||||
<body>
|
||||
<lottie-player src="https://assets1.lottiefiles.com/packages/lf20_2QSlz3Li88.json"
|
||||
|
|
Loading…
Reference in a new issue