mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-21 04:36:53 -06:00
20 lines
605 B
HTML
20 lines
605 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="Has to be rewritten to work..">
|
|
<img src="https://docs.paperless-ngx.com/assets/logo_full_white.svg" alt="This image should not be shown.">
|
|
</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>
|