Files
react/examples/custom-themes/public/index.html
2020-04-08 19:29:59 +08:00

12 lines
241 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Custom themes</title>
</head>
<body>
<div id="app"></div>
</body>
</html>