Files
awesome-compose/samples/react-java-mysql/frontend/src/index.ejs

11 lines
169 B
Plaintext
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Sample application</title>
</head>
<body>
<div id="app-container"></div>
</body>
</html>