28 lines
521 B
HTML
28 lines
521 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Public IPFS Gateways</title>
|
|
<link rel="shortcut icon" type="image/png" href="images/favicon.png" />
|
|
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
|
|
<script async src="javascript/app.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Public IPFS Gateways</h1>
|
|
|
|
<!-- IPFS Hash -->
|
|
<p>
|
|
IPFS Hash :
|
|
<input type="text" name="hash" id="input">
|
|
<button onclick="start();">Submit</button>
|
|
</p>
|
|
|
|
<h3 id="stats"></h3>
|
|
<div id="results"></div>
|
|
</body>
|
|
|
|
</html> |