mirror of
https://gitlab.com/2-chainz/2-chainz-rest-site.git
synced 2025-06-16 15:17:24 +00:00
156 lines
3.8 KiB
HTML
156 lines
3.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<script
|
|
async
|
|
src="https://www.googletagmanager.com/gtag/js?id=UA-134041866-2"
|
|
></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag() {
|
|
dataLayer.push(arguments);
|
|
}
|
|
gtag("js", new Date());
|
|
gtag("config", "UA-134041866-2");
|
|
</script>
|
|
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>2.chainz.rest</title>
|
|
<meta
|
|
name="description"
|
|
content="A free REST API for random 2 Chainz quotes"
|
|
/>
|
|
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="57x57"
|
|
href="static/apple-icon-57x57.png"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="60x60"
|
|
href="static/apple-icon-60x60.png"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="72x72"
|
|
href="static/apple-icon-72x72.png"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="76x76"
|
|
href="static/apple-icon-76x76.png"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="114x114"
|
|
href="static/apple-icon-114x114.png"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="120x120"
|
|
href="static/apple-icon-120x120.png"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="144x144"
|
|
href="static/apple-icon-144x144.png"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="152x152"
|
|
href="static/apple-icon-152x152.png"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="static/apple-icon-180x180.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="192x192"
|
|
href="static/android-icon-192x192.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="static/favicon-32x32.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="96x96"
|
|
href="static/favicon-96x96.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="static/favicon-16x16.png"
|
|
/>
|
|
<link rel="manifest" href="static/manifest.json" />
|
|
<meta name="msapplication-TileColor" content="#ffffff" />
|
|
<meta name="msapplication-TileImage" content="static/ms-icon-144x144.png" />
|
|
<meta name="theme-color" content="#ffffff" />
|
|
|
|
<meta property="og:title" content="2.chainz.rest" />
|
|
<meta property="og:site_name" content="2.chainz.rest" />
|
|
<meta property="og:url" content="https://2.chainz.rest" />
|
|
<meta
|
|
property="og:description"
|
|
content="A free REST API for random 2 Chainz quotes"
|
|
/>
|
|
<meta property="og:type" content="website" />
|
|
<meta
|
|
property="og:image"
|
|
content="https://2.chainz.rest/static/apple-icon.png"
|
|
/>
|
|
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta name="twitter:creator" content="@ajzbc" />
|
|
<meta name="twitter:url" content="https://2.chainz.rest" />
|
|
<meta name="twitter:title" content="2.chainz.rest" />
|
|
<meta
|
|
name="twitter:description"
|
|
content="A free REST API for random 2 Chainz quotes"
|
|
/>
|
|
<meta
|
|
name="twitter:image"
|
|
content="https://2.chainz.rest/static/apple-icon.png"
|
|
/>
|
|
|
|
<link
|
|
rel="stylesheet"
|
|
type="text/css"
|
|
media="screen"
|
|
href="css/index.css"
|
|
/>
|
|
<link
|
|
rel="stylesheet"
|
|
type="text/css"
|
|
media="screen"
|
|
href="css/chota.css"
|
|
/>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="wrapper">
|
|
<nav class="nav">
|
|
<div class="nav-left">
|
|
<a class="brand" href="../">⛓ api.chainz.rest</a>
|
|
</div>
|
|
</nav>
|
|
<div class="notfound">
|
|
<h1 class="">I'm lost in the world</h1>
|
|
<i>
|
|
<h4 class="is-text-right">- Ye</h4>
|
|
</i>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|