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

7 lines
257 B
JavaScript
Raw Normal View History

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