mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
8 lines
161 B
HTML
8 lines
161 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<h1>Test HTML file!</h1>
|
|
<p>This is a test file. Resource:</p>
|
|
<img src="./image.svg" alt="An SVG image."/>
|
|
</body>
|
|
</html> |