Spaces:
Sleeping
Sleeping
File size: 537 Bytes
a548ebc 11321e7 a548ebc |
1 2 3 4 5 6 7 8 9 10 11 12 |
<head>
<title>Hello World from third party embedded URL</title>
<link rel="stylesheet" href="content/basic.css">
<script type="text/javascript" src="scripts/index.js"></script>
</head>
<body>
<iframe src="https://xcid-test-static.hf.space" width=1 height=1></iframe>
<h2>I am cross-domain embedded content in an iframe</h2>
<div id="cookieValue">Cookie cannot be found,
it's being rejected by the browser...</div>
<button id="requestStorageAccessButton">Click to request storage access</button>
</body> |