Skip to content

Instantly share code, notes, and snippets.

@steinarb
Last active May 2, 2020 07:36
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/3229fdd87063c6d1a1b9c5e4518f393d to your computer and use it in GitHub Desktop.
Save steinarb/3229fdd87063c6d1a1b9c5e4518f393d to your computer and use it in GitHub Desktop.
Minimal html file loading a react.js application
<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