1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-06-30 06:56:23 +07:00
verdaccio-ui/src/webui/template/index.html

23 lines
677 B
HTML
Raw Normal View History

2019-02-03 17:23:33 +07:00
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>
<%= htmlWebpackPlugin.options.title %>
</title>
<link rel="icon" type="image/png" href="<%= htmlWebpackPlugin.options.verdaccioURL %>/-/static/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script>
window.VERDACCIO_API_URL = '<%= htmlWebpackPlugin.options.verdaccioURL %>/-/verdaccio/';
window.VERDACCIO_SCOPE = '<%= htmlWebpackPlugin.options.scope %>';
window.VERDACCIO_LOGO = '<%= htmlWebpackPlugin.options.logo %>';
</script>
</head>
<body class="body">
<div id="root"></div>
</body>
</html>