overflow_app/public/index.html

11 lines
165 B
HTML
Raw Normal View History

2017-06-21 11:24:44 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello React!</title>
</head>
<body>
<div id="react-placeholder"></div>
</body>
</html>