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