unpkg/public/index.html

25 lines
995 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="A fast, global content delivery network for stuff that is published to npm">
<meta name="viewport" content="width=700,maximum-scale=1">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<script>window.serverData = %REACT_APP_SERVER_DATA%</script>
<!--
Notice the use of %PUBLIC_URL% in the tag above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>unpkg</title>
</head>
<body>
<div id="root"></div>
</body>
</html>