Skip to content

Commit ef8a992

Browse files
Update
1 parent 521405b commit ef8a992

File tree

9 files changed

+584
-34
lines changed

9 files changed

+584
-34
lines changed

src/now-ui-stubs/resources/views/layouts/app.blade.php

-34
Original file line numberDiff line numberDiff line change
@@ -7,40 +7,6 @@
77
<link rel="icon" type="image/png" href="{{ asset('assets') }}/img/favicon.png">
88
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
99
<!-- Extra details for Live View on GitHub Pages -->
10-
<!-- Canonical SEO -->
11-
<link rel="canonical" href="https://www.creative-tim.com/product/now-ui-dashboard-pro" />
12-
13-
14-
<!-- Social tags -->
15-
<meta name="keywords" content="creative tim, html dashboard, html css dashboard, web dashboard, bootstrap 4 dashboard, bootstrap 4, css3 dashboard, bootstrap 4 admin, now ui dashboard bootstrap 4 dashboard, frontend, responsive bootstrap 4 dashboard, now ui design, now ui dashboard bootstrap 4 dashboard">
16-
<meta name="description" content="Now UI Dashboard PRO is a beautiful Bootstrap 4 admin dashboard with a large number of components, designed to look beautiful, clean and organized. If you are looking for a tool to manage dates about your business, this dashboard is the thing for you.">
17-
18-
19-
<!-- Schema.org markup for Google+ -->
20-
<meta itemprop="name" content="Now Ui Dashboard PRO by Creative Tim">
21-
<meta itemprop="description" content="Now UI Dashboard PRO is a beautiful Bootstrap 4 admin dashboard with a large number of components, designed to look beautiful, clean and organized. If you are looking for a tool to manage dates about your business, this dashboard is the thing for you.">
22-
23-
<meta itemprop="image" content="https://s3.amazonaws.com/creativetim_bucket/products/72/opt_nudp_thumbnail.jpg">
24-
25-
26-
<!-- Twitter Card data -->
27-
<meta name="twitter:card" content="product">
28-
<meta name="twitter:site" content="@creativetim">
29-
<meta name="twitter:title" content="[Now Ui Dashboard PRO] by Creative Tim">
30-
31-
<meta name="twitter:description" content="Now UI Dashboard PRO is a beautiful Bootstrap 4 admin dashboard with a large number of components, designed to look beautiful, clean and organized. If you are looking for a tool to manage dates about your business, this dashboard is the thing for you.">
32-
<meta name="twitter:creator" content="@creativetim">
33-
<meta name="twitter:image" content="https://s3.amazonaws.com/creativetim_bucket/products/72/opt_nudp_thumbnail.jpg">
34-
35-
36-
<!-- Open Graph data -->
37-
<meta property="fb:app_id" content="655968634437471">
38-
<meta property="og:title" content="Now Ui Dashboard PRO by Creative Tim" />
39-
<meta property="og:type" content="article" />
40-
<meta property="og:url" content="http://demos.creative-tim.com/now-ui-dashboard-pro/examples/dashboard.html" />
41-
<meta property="og:image" content="https://s3.amazonaws.com/creativetim_bucket/products/72/opt_nudp_thumbnail.jpg"/>
42-
<meta property="og:description" content="Now UI Dashboard PRO is a beautiful Bootstrap 4 admin dashboard with a large number of components, designed to look beautiful, clean and organized. If you are looking for a tool to manage dates about your business, this dashboard is the thing for you." />
43-
<meta property="og:site_name" content="Creative Tim" />
4410
<title>
4511
Now UI Dashboard by Creative Tim
4612
</title>

vendor/autoload.php

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
// autoload.php @generated by Composer
4+
5+
require_once __DIR__ . '/composer/autoload_real.php';
6+
7+
return ComposerAutoloaderInitde94500d1297e7b33d31101562712d08::getLoader();

0 commit comments

Comments
 (0)