Skip to content

Instantly share code, notes, and snippets.

@bharat-tiwari
Last active June 11, 2021 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bharat-tiwari/e3e75a45051077be800f59e9643c2945 to your computer and use it in GitHub Desktop.
Save bharat-tiwari/e3e75a45051077be800f59e9643c2945 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Use NPM package registry from Gitlab </title>
</head>
<body>
<h1>Use NPM package registry from Gitlab</h1>
<h2>Test importing app-themes npm package from Gitlab registry</h2>
<p>Current theme:
<span id='info'>NO Theme applied</span>
</p>
<button id="light">Apply Light Theme</button>
<button id="dark">Apply Dark Theme</button>
<script type="text/javascript" src="dist/bundle.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment