mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
16 lines
454 B
HTML
16 lines
454 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<p>Some Text</p>
|
||
|
|
<p><img src="cid:part1.pNdUSz0s.D3NqVtPg@example.de" alt=""></p>
|
||
|
|
<p>and an embedded image.<br>
|
||
|
|
</p>
|
||
|
|
<p id="changeme">Paragraph unchanged.</p>
|
||
|
|
<scRipt>
|
||
|
|
document.getElementById("changeme").innerHTML = "Paragraph changed via Java Script.";
|
||
|
|
</script>
|
||
|
|
</body>
|
||
|
|
</html>
|