87 lines
4.3 KiB
HTML
87 lines
4.3 KiB
HTML
<!--
|
|
|
|
=========================================================
|
|
* Volt Free - Bootstrap 5 Dashboard
|
|
=========================================================
|
|
|
|
* Product Page: https://themesberg.com/product/admin-dashboard/volt-premium-bootstrap-5-dashboard
|
|
* Copyright 2020 Themesberg (https://www.themesberg.com)
|
|
* License (https://themesberg.com/licensing)
|
|
|
|
* Designed and coded by https://themesberg.com
|
|
|
|
=========================================================
|
|
|
|
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Please contact us to request a removal.
|
|
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<!-- Primary Meta Tags -->
|
|
|
|
<title>
|
|
Django Volt Dashboard - {% block title %}{% endblock %} | AppSeed
|
|
</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="title" content="Volt Free Bootstrap Dashboard - Sign up page">
|
|
<meta name="author" content="Themesberg">
|
|
<meta name="description" content="Volt Pro is a Premium Bootstrap 5 Admin Dashboard featuring over 800 components, 10+ plugins and 20 example pages using Vanilla JS.">
|
|
<meta name="keywords" content="bootstrap 5, bootstrap, bootstrap 5 admin dashboard, bootstrap 5 dashboard, bootstrap 5 charts, bootstrap 5 calendar, bootstrap 5 datepicker, bootstrap 5 tables, bootstrap 5 datatable, vanilla js datatable, themesberg, themesberg dashboard, themesberg admin dashboard" />
|
|
<link rel="canonical" href="https://appseed.us/admin-dashboards/django-dashboard-volt">
|
|
<meta name="yandex-verification" content="49aeb717851c2dda" />
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://demo.themesberg.com/volt-pro">
|
|
<meta property="og:title" content="Volt Free Bootstrap Dashboard - Sign up page">
|
|
<meta property="og:description" content="Volt Pro is a Premium Bootstrap 5 Admin Dashboard featuring over 800 components, 10+ plugins and 20 example pages using Vanilla JS.">
|
|
<meta property="og:image" content="https://themesberg.s3.us-east-2.amazonaws.com/public/products/volt-pro-bootstrap-5-dashboard/volt-pro-preview.jpg">
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image">
|
|
<meta property="twitter:url" content="https://demo.themesberg.com/volt-pro">
|
|
<meta property="twitter:title" content="Volt Free Bootstrap Dashboard - Sign up page">
|
|
<meta property="twitter:description" content="Volt Pro is a Premium Bootstrap 5 Admin Dashboard featuring over 800 components, 10+ plugins and 20 example pages using Vanilla JS.">
|
|
<meta property="twitter:image" content="https://themesberg.s3.us-east-2.amazonaws.com/public/products/volt-pro-bootstrap-5-dashboard/volt-pro-preview.jpg">
|
|
|
|
<!-- Favicon -->
|
|
<link rel="apple-touch-icon" sizes="120x120" href="/static/assets/img/favicon/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/static/assets/img/favicon/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/static/assets/img/favicon/favicon-16x16.png">
|
|
<link rel="manifest" href="/static/assets/img/favicon/site.webmanifest">
|
|
<link rel="mask-icon" href="/static/assets/img/favicon/safari-pinned-tab.svg" color="#ffffff">
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
<!-- FA Icons -->
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
|
|
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
|
|
<!-- Sweet Alert -->
|
|
<link type="text/css" href="/static/assets/vendor/sweetalert2/dist/sweetalert2.min.css" rel="stylesheet">
|
|
|
|
<!-- Notyf -->
|
|
<link type="text/css" href="/static/assets/vendor/notyf/notyf.min.css" rel="stylesheet">
|
|
|
|
<!-- Volt CSS -->
|
|
<link type="text/css" href="/static/assets/css/volt.css" rel="stylesheet">
|
|
|
|
<!-- Specific Page JS goes HERE -->
|
|
{% block stylesheets %}{% endblock stylesheets %}
|
|
|
|
</head>
|
|
<body>
|
|
|
|
{% block content %}{% endblock content %}
|
|
|
|
{% include 'includes/scripts.html' %}
|
|
|
|
<!-- Specific Page JS goes HERE -->
|
|
{% block javascripts %}{% endblock javascripts %}
|
|
|
|
</body>
|
|
</html>
|