2020-10-03 13:39:33 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2020-11-24 13:26:02 +01:00
|
|
|
<base href="/">
|
2020-10-03 13:39:33 +02: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">
|
2020-11-24 13:26:02 +01:00
|
|
|
<link rel="icon" href="favicon.png">
|
2024-10-22 06:23:35 +02:00
|
|
|
<title>Dashboard - Semaphore UI</title>
|
2020-10-03 13:39:33 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>
|
2020-11-20 22:31:00 +01:00
|
|
|
<strong>
|
|
|
|
We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly
|
|
|
|
without JavaScript enabled. Please enable it to continue.
|
|
|
|
</strong>
|
2020-10-03 13:39:33 +02:00
|
|
|
</noscript>
|
|
|
|
<div id="app"></div>
|
|
|
|
<!-- built files will be auto injected -->
|
|
|
|
</body>
|
|
|
|
</html>
|