2018-01-03 22:14:17 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2020-03-24 19:38:09 +00:00
|
|
|
<!--#include virtual="/base.html" -->
|
2022-07-26 11:58:12 +00:00
|
|
|
<link rel="stylesheet" href="css/all.css"/>
|
2018-01-03 22:14:17 +00:00
|
|
|
<!--#include virtual="/title.html" -->
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class = 'unsupported-desktop-browser'>
|
|
|
|
<h2 class = 'unsupported-desktop-browser__title'>
|
|
|
|
It looks like you're using a browser we don't fully support.
|
|
|
|
</h2>
|
|
|
|
<p class ='unsupported-desktop-browser__description'>
|
|
|
|
We recommend to try with the latest version of
|
|
|
|
<a
|
2022-07-26 11:58:12 +00:00
|
|
|
className = 'unsupported-desktop-browser__link'
|
|
|
|
href = 'https://www.google.com/chrome/' >Chrome</a> or
|
2018-01-03 22:14:17 +00:00
|
|
|
<a
|
2022-07-26 11:58:12 +00:00
|
|
|
class = 'unsupported-desktop-browser__link'
|
|
|
|
href = 'https://www.chromium.org/'>Chromium</a>
|
2018-01-03 22:14:17 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|