@prisma-cms/mc.js-module
Version:
mc.js module for @prisma-cms
27 lines (25 loc) • 880 B
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="https://img.icons8.com/metro/26/000000/minecraft-logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link
rel="stylesheet"
type="text/css"
media="screen"
href="%PUBLIC_URL%/css/minecraft-webfont.css"
/>
<title>MinecraftJS</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>