awesome-react
Version:
A basic web app from React, called awesome-react
16 lines (15 loc) • 358 B
HTML
<html lang="en">
<head>
<base href="/">
<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>Awesome React</title>
</head>
<body>
<div id="app"></div>
<!-- Inject DLL -->
<script src="%INJECT_DLL%"></script>
</body>
</html>