delphimvcframework/samples/middleware_staticfiles/bin/www/index.html
2020-05-14 17:41:20 +02:00

8 lines
137 B
HTML

<!DOCTYPE html>
<html>
<body>
<h1>This is the index.html file</h1>
<h2>Folder: www</h2>
<script src="js/app.js"></script>
</body>
</html>