forked from adobe/da-live
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.html
More file actions
20 lines (20 loc) · 741 Bytes
/
Copy pathhead.html
File metadata and controls
20 lines (20 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<meta
http-equiv="Content-Security-Policy"
content="script-src 'nonce-aem' 'strict-dynamic'; base-uri 'self'; object-src 'none';"
move-to-http-header="true">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="cms" content="edge-delivery" />
<style>html { display: none; }</style>
<script nonce="aem" type="importmap">
{
"imports": {
"da-lit": "/deps/lit/dist/index.js",
"da-y-wrapper":"/deps/da-y-wrapper/dist/index.js",
"da-parser":"/deps/da-parser/dist/index.js"
}
}
</script>
<script nonce="aem" src="/scripts/utils.js" type="module"></script>
<script nonce="aem" src="/scripts/scripts.js" type="module"></script>
<style>html { display: none; }</style>
<link rel="icon" href="data:,">