test-static / www2 /index.html
multimodalart's picture
Duplicate from XciD/test-static
a548ebc
raw
history blame
458 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>
<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>