10 lines
195 B
Text
10 lines
195 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Sinatra React App</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="http://localhost:8080/js/bundle.js"></script>
|
|
</body>
|
|
</html>
|