iris/_examples/file-server/single-page-application/embedded-single-page-application/data/public/app2/index.html

11 lines
133 B
HTML
Raw Normal View History

<html>
<head>
<title>App 2</title>
</head>
<body>
<h1> (Static HTML Page) Hello from app2/index.html </h1>
</body>
</html>