thedesk/public/index.html

42 lines
884 B
HTML
Raw Normal View History

2019-04-05 18:50:07 +11:00
<!DOCTYPE html>
<html lang="en">
2019-05-22 14:29:28 +10:00
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title><%= htmlWebpackPlugin.options.title %></title>
<style>
html {
font-family: "Avenir", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
}
body {
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-thumb {
background-color: #607d8b;
}
</style>
</head>
<body>
<noscript>
<strong>We're sorry but thedesk doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>