Semaphore/web/public/index.html

22 lines
620 B
HTML
Raw Normal View History

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">
<title>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>