vlt
Version:
The vlt CLI
68 lines (60 loc) • 1.89 kB
HTML
<html lang="en">
<head>
<!-- The first thing in any HTML file should be the charset -->
<meta charset="utf-8" />
<!-- Make the page mobile compatible -->
<meta
name="viewport"
content="width=device-width, initial-scale=1" />
<!-- Allow installing the app to the homescreen -->
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="vlt /vōlt/" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/styles/main.css" />
<link
rel="icon"
type="image/png"
href="/favicon-96x96.png"
sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="vlt /vōlt/" />
<link rel="manifest" href="/site.webmanifest" />
<link
rel="preload"
href="/fonts/inter.ttf"
as="font"
type="font/ttf"
crossorigin="anonymous" />
<link
rel="preload"
href="/fonts/geist-mono.ttf"
as="font"
type="font/ttf"
crossorigin="anonymous" />
<link
rel="preload"
href="/fonts/noto-serif-variable.ttf"
as="font"
type="font/ttf"
crossorigin="anonymous" />
<title>Registry | vlt /vōlt/</title>
</head>
<body>
<!-- Display a message if JS has been disabled on the browser. -->
<noscript
>If you're seeing this message, that means
<strong>JavaScript has been disabled on your browser</strong>,
please <strong>enable JS</strong> to make this app
work.</noscript
>
<!-- The app hooks into this div -->
<div id="app"></div>
<script src="/index.js"></script>
</body>
</html>