mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-06 01:13:57 +03:00
optimization
This commit is contained in:
parent
7ce254f362
commit
6550e6f7e2
1 changed files with 8 additions and 3 deletions
11
404.html
11
404.html
|
@ -2,17 +2,22 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>EveryNASA</title>
|
<title>Starlio</title>
|
||||||
<link rel="icon" href="static/image/favicon.png" type="">
|
<link rel="icon" href="static/image/favicon.png" type="">
|
||||||
|
|
||||||
<meta name="author" content="Redume">
|
<meta name="author" content="Redume">
|
||||||
<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://everynasa.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" background="transparent" speed="1" loop autoplay></lottie-player>
|
<lottie-player src="https://assets1.lottiefiles.com/packages/lf20_2QSlz3Li88.json"
|
||||||
|
background="transparent"
|
||||||
|
speed="1"
|
||||||
|
loop
|
||||||
|
autoplay>
|
||||||
|
</lottie-player>
|
||||||
<p style="font-size: 160%;">Page not found!</p>
|
<p style="font-size: 160%;">Page not found!</p>
|
||||||
<p style="font-size: 115%;">Sorry, but the page you want to view may have been deleted or moved!</p>
|
<p style="font-size: 115%;">Sorry, but the page you want to view may have been deleted or moved!</p>
|
||||||
<p><a style="font-size: 1em;" href="/">General page</a></p>
|
<p><a style="font-size: 1em;" href="/">General page</a></p>
|
||||||
|
|
Loading…
Reference in a new issue