forked from dresseco/dresseco.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
noscript.html
113 lines (110 loc) · 3.58 KB
/
noscript.html
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="ca">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex, nofollow" />
<meta name="google" content="nositelinkssearchbox" />
<meta name="google" content="notranslate" />
<meta name="author" content="Dresseco, S.L." />
<meta name="description" content="Error page (noscript)." />
<title>Error | Dresseco</title>
<!--Favicon(s)-->
<link rel="icon" href="/assets/images/favicons/favicon.ico" sizes="any" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/images/favicons/favicon-16x16.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/images/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/assets/images/favicons/android-chrome-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="194x194"
href="/assets/images/favicons/favicon-194x194.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/images/favicons/apple-touch-icon.png"
/>
<link
rel="mask-icon"
href="/assets/images/favicons/safari-pinned-tab.svg"
color="#20c997"
/>
<link rel="manifest" href="/site.webmanifest" />
<meta name="application-name" content="Dresseco" />
<meta name="msapplication-tooltip" content="Dresseco" />
<meta name="msapplication-config" content="/browserconfig.xml" />
<meta name="msapplication-TileColor" content="#2d89ef" />
<meta
name="msapplication-TileImage"
content="/assets/images/favicons/mstile-144x144.png"
/>
<!--Styles (CSS)-->
<link href="/css/style.css" rel="stylesheet" />
<link href="/css/pages/noscript.css" rel="stylesheet" />
</head>
<body>
<div id="dresseco-noscript-page">
<div id="dresseco-noscript-page-container">
<div id="dresseco-noscript-page-container-image">
<img
src="/assets/images/pages/noscript/noscript.png"
alt="HTTP error noscript image"
title="HTTP error 404 image"
/>
</div>
<div id="ca">
<p class="fw-bold fs-3 text-center">
Aquest lloc web es visualitza millor amb JavaScript.
</p>
<p class="fw-bold fs-3 text-center dresseco-link underline">
Si no pots activar el JavaScript, pots llegir
<a href="https://www.enablejavascript.io/es" target="_blank"
>aquesta guia</a
>
sobre com fer-ho.
</p>
</div>
<div id="es">
<p class="fw-bold fs-3 text-center">
Este sitio web se visualiza mejor con JavaScript.
</p>
<p class="fw-bold fs-3 text-center dresseco-link underline">
Si no puedes activar el JavaScript, puedes leer
<a href="https://www.enablejavascript.io/es" target="_blank"
>esta guía</a
>
sobre cómo hacerlo.
</p>
</div>
<div id="en">
<p class="fw-bold fs-3 text-center">
This website is best viewed with JavaScript.
</p>
<p class="fw-bold fs-3 text-center dresseco-link underline">
If you are unable to turn on JavaScript, you can read
<a href="https://www.enablejavascript.io/" target="_blank"
>this guide</a
>
on how to do it.
</p>
</div>
</div>
</div>
</body>
</html>