59 lines
1.7 KiB
HTML
59 lines
1.7 KiB
HTML
<!--
|
|
=========================================================
|
|
* Vue Black Dashboard - v1.1.3
|
|
=========================================================
|
|
|
|
* Product Page: https://www.creative-tim.com/product/black-dashboard
|
|
* Copyright 2024 Creative Tim (http://www.creative-tim.com)
|
|
|
|
=========================================================
|
|
|
|
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="76x76"
|
|
href="<%= webpackConfig.output.publicPath %>apple-icon.png"
|
|
/>
|
|
<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 Black Dashboard Free</title>
|
|
<!-- Bootstrap core CSS -->
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.5"
|
|
/>
|
|
|
|
<!-- Fonts and icons -->
|
|
<link
|
|
href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700,800"
|
|
rel="stylesheet"
|
|
/>
|
|
<link
|
|
href="https://use.fontawesome.com/releases/v5.0.6/css/all.css"
|
|
rel="stylesheet"
|
|
/>
|
|
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE"></script>
|
|
<link
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-rtl/3.4.0/css/bootstrap-rtl.css"
|
|
rel="stylesheet"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div class="wrapper" id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
<!-- Google Maps Plugin -->
|
|
</body>
|
|
</html>
|