test-static / www2 /index.html
multimodalart's picture
Update www2/index.html
11321e7
raw
history blame contribute delete
537 Bytes
<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>