Files
pi-control/frontend/public/index.html
2023-03-28 10:34:44 +02:00

55 lines
1.5 KiB
HTML

<!--
=========================================================
* Vue Material Dashboard - v1.5.1
=========================================================
* Product Page: https://www.creative-tim.com/product/vue-material-dashboard
* Copyright 2023 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/vue-material-dashboard/blob/master/LICENSE.md)
* Coded by Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link
rel="icon"
type="image/png"
sizes="96x96"
href="<%= webpackConfig.output.publicPath %>favicon.png"
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Vue Material Dashboard by Creative Tim</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<!-- Fonts and icons -->
<link
rel="stylesheet"
href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic"
/>
<link
rel="stylesheet"
href="//fonts.googleapis.com/icon?family=Material+Icons"
/>
<link
href="https://use.fontawesome.com/releases/v5.0.8/css/all.css"
rel="stylesheet"
/>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>