obs-portal/frontend/src/index.ejs

11 lines
235 B
Plaintext
Raw Normal View History

2021-11-27 21:44:03 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
2021-11-27 21:44:03 +00:00
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>