2015-11-20 14:20:06 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
|
2015-12-22 14:00:22 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
2015-11-20 14:20:06 +01:00
|
|
|
<title>{%= o.htmlWebpackPlugin.options.title %}</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2015-12-15 17:43:10 +01:00
|
|
|
<noscript>
|
2015-12-22 14:00:22 +01:00
|
|
|
<div>
|
2015-12-15 17:43:10 +01:00
|
|
|
<h1>Oops</h1>
|
|
|
|
<p>This website is a full fledged web application that has no backend. It
|
|
|
|
is entirely a static website, just a bunch of files. All the logic that
|
|
|
|
makes it useful is on the client side. This makes Javascript a true
|
|
|
|
necessity to view this website.</p>
|
2015-12-22 14:00:22 +01:00
|
|
|
<h4>All is not lost!</h4>
|
2015-12-15 17:43:10 +01:00
|
|
|
<p>We are planning to support no-javascript clients in the future.</p>
|
|
|
|
<a href="https://github.com/fazo96/ipfs-boards">Check out the project page to learn more.</a>
|
2015-12-22 14:00:22 +01:00
|
|
|
<hr /><p>Please ignore the following part.</p><hr />
|
2015-12-15 17:43:10 +01:00
|
|
|
</div>
|
|
|
|
</noscript>
|
2015-12-22 14:00:22 +01:00
|
|
|
<div id="root">
|
|
|
|
<div style="text-align:center">
|
|
|
|
<h1>Loading</h1>
|
|
|
|
<p>Downloading Scripts</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-11-20 14:20:06 +01:00
|
|
|
</body>
|
|
|
|
</html>
|