2017-04-08 00:24:44 +02:00
|
|
|
<!doctype html>
|
2015-03-25 19:26:22 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
2017-04-08 00:24:44 +02:00
|
|
|
<meta charset="utf-8">
|
2017-04-15 16:00:59 +02:00
|
|
|
<title>Convertorizr - Convert whatever you want!</title>
|
2017-04-08 00:24:44 +02:00
|
|
|
<base href="/">
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
2017-04-15 19:45:48 +02:00
|
|
|
<!-- sha256sum: b67da665e68244f0009b1217a9c126c1377de6ec20b934d1d90b001e16571e6b -->
|
|
|
|
<script>document.getElementsByTagName('base')[0].setAttribute('href', window.location.pathname);</script>
|
2015-03-25 19:26:22 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2017-03-15 00:40:28 +01:00
|
|
|
<h1>Convert it all</h1>
|
|
|
|
<noscript>This webpage lets you convert data and text to and from various formats. But
|
2017-04-08 00:24:44 +02:00
|
|
|
it requires you to <strong>enable Javascript</strong> to do so. So please turn it on in your
|
|
|
|
Browser. You won't regret it!
|
2016-06-06 15:56:19 +02:00
|
|
|
</noscript>
|
2017-04-08 00:24:44 +02:00
|
|
|
<app-root>
|
|
|
|
<div class="apploader">Please hold on, we're starting the turbines ...</div>
|
|
|
|
</app-root>
|
2015-03-25 19:26:22 +01:00
|
|
|
</body>
|
2016-06-06 15:56:19 +02:00
|
|
|
</html>
|