iris/_examples/auth/cors/public/index.html
Gerasimos (Makis) Maropoulos 05ae7792df add a rs/cors full example
Former-commit-id: 9655e04b91145f60e69096cbd662fef08a91f988
2020-06-09 22:12:11 +03:00

18 lines
344 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Iris Cors Example</title>
</head>
<body>
<ul id="list">
</ul>
<input type="button" value="Fetch Data" id="fetchBtn" />
<script src="main.js"></script>
</body>
</html>