latus/packages/http/client/index.ejs

22 lines
573 B
Plaintext
Raw Permalink Normal View History

2020-12-27 19:16:29 -06:00
<!DOCTYPE html>
<html lang="<%= htmlWebpackPlugin.options.lang %>">
<head>
<base href="/" />
<meta charset="utf-8">
2021-01-23 22:10:31 -06:00
<meta
name="viewport"
content="minimum-scale=1, initial-scale=1, width=device-width"
/>
2020-12-27 19:16:29 -06:00
<link rel="icon" href="/favicon.png"/>
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<div id="<%= htmlWebpackPlugin.options.appMountId %>">
<div class="debug-container"></div>
</div>
<script src="/latus.config.js"></script>
<%= htmlWebpackPlugin.tags.bodyTags %>
</body>
</html>