dev-sidecar/packages/gui/public/index.html

22 lines
741 B
HTML
Raw Normal View History

2020-10-24 13:22:44 +00:00
<!DOCTYPE html>
2024-11-18 08:22:30 +00:00
<html lang="en" style="height: 100%">
2020-10-24 13:22:44 +00:00
<head>
2024-11-18 08:22:30 +00:00
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
2020-10-24 13:22:44 +00:00
<title><%= htmlWebpackPlugin.options.title %></title>
2024-11-18 08:22:30 +00:00
<script type="application/javascript">
window.config = {}
</script>
2020-10-24 13:22:44 +00:00
</head>
2024-11-18 08:22:30 +00:00
<body style="height: 100%">
<div id="app" style="height: 100%">
<div style="display: flex; align-items: center; justify-content: center; height: 100%; width: 100%">
<img src="loading-spin.svg" />
</div>
2020-11-06 10:59:54 +00:00
</div>
2020-10-24 13:22:44 +00:00
<!-- built files will be auto injected -->
</body>
</html>