24 lines
753 B
HTML
24 lines
753 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Public Gateway Cacher</title>
|
|
|
|
<!-- IPFS -->
|
|
<script>
|
|
if (document.getElementsByTagName("base").length === 0) document.write('<base href="' + window.location.pathname + '"/>')
|
|
</script>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="icon" type="image/x-icon" href="favicon.png" />
|
|
|
|
<!-- Material -->
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet" />
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
|
</head>
|
|
|
|
<body class="mat-app-background theme-light">
|
|
<app-root></app-root>
|
|
</body>
|
|
</html>
|