20 lines
562 B
HTML
20 lines
562 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>Storj Node Network Explorer</title>
|
||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css">
|
||
|
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<section class="section">
|
||
|
<div class="container">
|
||
|
<h1 class="title">
|
||
|
Storj Node Network Explorer
|
||
|
</h1>
|
||
|
</div>
|
||
|
</section>
|
||
|
</body>
|
||
|
</html>
|