eo-services-client/index.html
Peter.Morton 588f90feb6 Added new authentication methods using authKey
and cookies.  Also now handles changes to base url for
use with reverse proxies
2023-07-26 17:01:36 -05:00

15 lines
400 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<%- baseHref %>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Engagement Orchestration Services</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>