File size: 1,460 Bytes
1e92f2d |
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 |
<!DOCTYPE html>
<html class="desktop-auth">
<head>
<title>WordPress.com failed to start</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600|Merriweather:700,300,700italic,300italic"
/>
<link rel="stylesheet" href="wordpress-desktop.css" />
</head>
<body>
<div class="flex">
<div class="welcome">
<div class="large-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="-2 -2 24 24"
width="36"
height="36"
role="img"
aria-hidden="true"
focusable="false"
>
<path
d="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm1.13 9.38l.35-6.46H8.52l.35 6.46h2.26zm-.09 3.36c.24-.23.37-.55.37-.96 0-.42-.12-.74-.36-.97s-.59-.35-1.06-.35-.82.12-1.07.35-.37.55-.37.97c0 .41.13.73.38.96.26.23.61.34 1.06.34s.8-.11 1.05-.34z"
></path>
</svg>
</div>
<h3>Network Disconnected</h3>
<p>WordPress.com requires an active internet connection (code <code></code>).<br /></p>
<p><a class="button-emphasis" href="https://wordpress.com/sites">Try again</a></p>
</div>
</div>
<script type="text/javascript">
var code = parseInt( document.location.hash.substring( 2 ), 10 );
document.querySelector( 'code' ).innerHTML = isNaN( code )
? encodeURIComponent( document.location.hash.substring( 1 ) )
: code;
</script>
</body>
</html>
|