Skip to content

Commit c7e97f9

Browse files
committed
update content
1 parent 9418528 commit c7e97f9

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

index.html

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<!--
2+
=========================================================
3+
* Material Tailwind Dashboard React - v2.0.0
4+
=========================================================
5+
* Product Page: https://www.creative-tim.com/product/material-tailwind-dashboard-react
6+
* Copyright 2022 Creative Tim (https://www.creative-tim.com)
7+
* Licensed under MIT (https://github.com/creativetimofficial/material-tailwind-dashboard-react/blob/main/LICENSE.md)
8+
* Coded by Creative Tim
9+
=========================================================
10+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11+
-->
112
<!DOCTYPE html>
213
<html lang="en">
314
<head>

src/main.jsx

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/**
2+
=========================================================
3+
* Material Tailwind Dashboard React - v2.0.0
4+
=========================================================
5+
* Product Page: https://www.creative-tim.com/product/material-tailwind-dashboard-react
6+
* Copyright 2022 Creative Tim (https://www.creative-tim.com)
7+
* Licensed under MIT (https://github.com/creativetimofficial/material-tailwind-dashboard-react/blob/main/LICENSE.md)
8+
* Coded by Creative Tim
9+
=========================================================
10+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11+
*/
112
import React from "react";
213
import ReactDOM from "react-dom/client";
314
import App from "./App";

0 commit comments

Comments
 (0)