warc2zim/test-website/content/javascript/script09c.js

7 lines
261 B
JavaScript
Raw Normal View History

2024-04-04 15:52:31 +00:00
import okValue from 'https://not_standard_hostname_punny_encoded/resources';
import { okClass } from 'https://not_standard_hostname_punny_encoded/resources';
const span = document.getElementById("span09c");
span.innerHTML=okValue;
span.classList.add(okClass);