2017-09-25 15:48:50 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2017-09-27 19:52:43 +00:00
|
|
|
<title>Public IPFS Gateways</title>
|
|
|
|
<style>
|
|
|
|
body, html {
|
|
|
|
font-family: Verdana, sans-serif;
|
|
|
|
color: #121212;
|
|
|
|
background-color: #FAFAFA;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h3 {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#results {
|
|
|
|
font-family: "SourceCodePro", monospace;
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
</style>
|
2017-09-25 15:48:50 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Public IPFS Gateways</h1>
|
2017-09-27 19:52:43 +00:00
|
|
|
<h3 id="stats"></h3>
|
|
|
|
<div id="results"></div>
|
2017-09-25 15:48:50 +00:00
|
|
|
</body>
|
2017-09-27 19:52:43 +00:00
|
|
|
<script src="./app.js"></script>
|
2017-09-25 15:48:50 +00:00
|
|
|
</html>
|