Files
ExpressJS-Mongo/backend/public/index.html

10 lines
231 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Vanilla JS frontend app.</title>
</head>
<body>
<div id="content"></div>
<script type="application/javascript" src="./bundle.js"></script>
</body>
</html>