<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<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>
</head>
<body>
	<h1>Public IPFS Gateways</h1>
	<h3 id="stats"></h3>
	<div id="results"></div>
</body>
<script src="./app.js"></script>
</html>