Skip to content

Instantly share code, notes, and snippets.

@steinarb
Last active March 16, 2020 19:59
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 steinarb/8dfa31fa28e895b120576eacc6bb6250 to your computer and use it in GitHub Desktop.
Save steinarb/8dfa31fa28e895b120576eacc6bb6250 to your computer and use it in GitHub Desktop.
Frontend-demo initial HTML file
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Frontend Karaf Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"></meta>
</head>
<body>
<div id="root"></div>
<script src="bundle.js" type="application/javascript"></script>
<noscript>This webpage requires javascript in the browser!</noscript>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment