react-material-dashboard
Version:
Material design admin dashboard powered with React
20 lines (18 loc) • 833 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>React Material Dashboard</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="Material Design admin dashboard powered with React">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="keywords" content="React, Material UI, Dashboard, Admin, Material Design, Open Source">
<meta name="author" content="micrum">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div id="app"><h1>React Material Dashboard</h1></div>
<script>__REACT_DEVTOOLS_GLOBAL_HOOK__ = parent.__REACT_DEVTOOLS_GLOBAL_HOOK__</script>
<script type="text/javascript" src="assets/app.js"></script>
</body>
</html>