mirror of
https://github.com/openzim/warc2zim.git
synced 2025-10-19 14:33:17 +00:00
6 lines
257 B
JavaScript
6 lines
257 B
JavaScript
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);
|