-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoffline.html
More file actions
29 lines (29 loc) · 1.07 KB
/
Copy pathoffline.html
File metadata and controls
29 lines (29 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="pl">
<head>
<!-- Document metadata -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- seo:head:start -->
<!-- SEO -->
<title>Offline | Lauren English</title>
<meta name="robots" content="noindex, nofollow" />
<!-- App metadata -->
<link rel="manifest" href="/site.webmanifest" vite-ignore />
<link rel="icon" href="/assets/favicon/favicon.svg" type="image/svg+xml" />
<!-- Fonts -->
<link rel="preload" href="/assets/fonts/literata-700.woff2" as="font" type="font/woff2" crossorigin />
<!-- Styles -->
<link rel="stylesheet" href="/css/style.css" />
<!-- Scripts -->
<script type="module" src="/js/main.js"></script>
<!-- seo:head:end -->
</head>
<body class="page page--center">
<main class="offline">
<h1>Jesteś offline</h1>
<p>Wygląda na to, że nie masz połączenia. Spróbuj ponownie później.</p>
<a class="button button--primary" href="index.html">Wróć na stronę główną</a>
</main>
</body>
</html>