Skip to content

Commit 4606b3d

Browse files
author
Christopher Whatley
committed
Fixup prod html for playground
1 parent fac9d97 commit 4606b3d

File tree

2 files changed

+16
-19
lines changed

2 files changed

+16
-19
lines changed

playground/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
8-
<title>react-jsonschema-form playground</title>
9-
<!-- <link rel="stylesheet" id="theme" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> -->
8+
<title>material-ui-react-jsonschema-form playground</title>
109
</head>
1110
<body>
1211
<div id="app"></div>

playground/index.prod.html

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>react-jsonschema-form playground</title>
8-
<link rel="stylesheet" id="theme" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
9-
<link rel="stylesheet" href="./styles.css">
10-
</head>
11-
<body>
12-
<div id="app"></div>
13-
<p style="text-align:center">
14-
Powered by
15-
<a href="https://github.com/mozilla-services/react-jsonschema-form">react-jsonschema-form</a>.
16-
Bootstrap themes courtsesy of
17-
<a href="http://bootswatch.com/">Bootswatch</a> and
18-
<a href="https://github.com/aalpern/bootstrap-solarized/">bootstrap-solarized</a>.
19-
</p>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<title>material-ui-react-jsonschema-form playground</title>
8+
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
9+
<link rel="stylesheet" href="./styles.css">
10+
</head>
11+
<body>
12+
<div id="app"></div>
13+
<p style="text-align:center">
14+
Powered by
15+
<a href="https://github.com/mozilla-services/react-jsonschema-form">react-jsonschema-form</a>.
16+
Material UI customization by Chris Whatley in <a href="https://github.com/cwhatley/material-ui-react-jsonschema-form">material-ui-react-jsonschema-form</a> using @material-ui/core and @material-ui/lab.
17+
</p>
2018
<script src="./bundle.js"></script>
2119
</body>
2220
</html>

0 commit comments

Comments
 (0)