-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdashboard.php
More file actions
38 lines (30 loc) · 1.65 KB
/
dashboard.php
File metadata and controls
38 lines (30 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Advanced Document/Task Management Dashboard</title>
<meta name="robots" content="noindex, nofollow">
<meta name="googlebot" content="noindex, nofollow">
<meta name="description" content="A secure and advanced dashboard for managing documents and tasks efficiently.">
<meta name="author" content="Mayank Chawdhari">
<meta name="keywords" content="Document Management, Task Management, Secure Dashboard, Modern UI">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:title" content="Advanced Document/Task Management Dashboard">
<meta property="og:description" content="Manage your documents and tasks seamlessly with this advanced dashboard.">
<meta property="og:type" content="website">
<meta property="og:image" content="URL_to_preview_image">
<meta property="og:url" content="URL_to_dashboard">
<meta name="theme-color" content="#ffffff">
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" href="Assets/Styles/scroller.css">
<link rel="stylesheet" href="Assets/Styles/control-panel.css">
</head>
<body>
<?php include 'Assets/Resources/nav.php'; ?>
<?php include 'Assets/Contents/Dashboard/DM-ANA001.php'; ?>
<?php include 'Assets/Contents/Dashboard/DM-CCP002.php'; ?>
<?php include 'Assets/Contents/Dashboard/DM-TMP003.php'; ?>
<script src="Assets/Scripts/dashboard.js"></script>
</body>
</html>