rhamt-vscode-extension
Version:
RHAMT VSCode extension
19 lines (17 loc) • 656 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<!-- <meta http-equiv="X-UA-Compatible" content="ie=edge"> -->
<title>Configuration Editor</title>
<!-- <link rel="shortcut icon" href="favicon.ico"></head> -->
<link rel="stylesheet" href="markdown.css">
<link rel="stylesheet" href="main.configuration.css">
</head>
<body>
<a id="scroll-to-top" role="button" aria-label="scroll to top" href="#"><span class="icon"></span></a>
<div id="root"></div>
<script type="text/javascript" src="bundle.js"></script>
</body>
</html>