|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <title>Pražský Orloj - Simulator incompatible with your web browser</title> |
| 6 | + <base href="./"> |
| 7 | +<style> |
| 8 | + body { |
| 9 | + align-items: center; |
| 10 | + background: rgb(212,150,76); |
| 11 | + background: linear-gradient(90deg, |
| 12 | + rgba(212, 150, 76, 0.33) 0%, rgba(176, 186, 177, 0.33) 8%, rgba(140, 168, 167, 0.33) 17%, rgba(71, 153, 174, 0.33) 25%, |
| 13 | + rgba(24, 146, 178, 0.33) 33%, rgba(11, 138, 176, 0.33) 42%, rgba(18, 133, 174, 0.33) 50%, rgba(11, 138, 176, 0.33) 58%, |
| 14 | + rgba(24, 146, 178, 0.33) 67%, rgba(71, 153, 174, 0.33) 75%, rgba(140, 168, 167, 0.33) 83%, rgba(176, 186, 177, 0.33) 92%, |
| 15 | + rgba(212, 150, 76, 0.33) 100%); |
| 16 | + color: #444; |
| 17 | + display: flex; |
| 18 | + flex-direction: column; |
| 19 | + font: 14px Arial, Helvetica, sans-serif; |
| 20 | + margin: 1em; |
| 21 | + width: calc(100vw - 2em); |
| 22 | + } |
| 23 | + |
| 24 | + .page { |
| 25 | + background: none; |
| 26 | + width: calc(min(800px, calc(100vw - 2em))); |
| 27 | + } |
| 28 | +</style> |
| 29 | +</head> |
| 30 | +<body> |
| 31 | + <div class="page"> |
| 32 | + <p>Your web browser does not have the capabilities needed to run the simulator.</p> |
| 33 | + <!-- cspell:disable --> |
| 34 | + <p>Váš webový prohlížeč nemá schopnosti potřebné ke spuštění simulátoru.</p> |
| 35 | + <p>Ihr Webbrowser verfügt nicht über die zum Ausführen des Simulators erforderlichen Funktionen.</p> |
| 36 | + <p>Su navegador web no tiene las capacidades necesarias para ejecutar el simulador.</p> |
| 37 | + <p>Votre navigateur Web n'a pas les capacités nécessaires pour exécuter le simulateur.</p> |
| 38 | + <a href="https://orloj.eu">orloj.eu</a> |
| 39 | + </div> |
| 40 | +</body> |
| 41 | +</html> |
0 commit comments