mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-06 20:10:22 +00:00
12 lines
278 B
HTML
12 lines
278 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link href="./style.css" rel="stylesheet"/>
|
|
</head>
|
|
<body>
|
|
<h1>Test</h1>
|
|
<a href="./resource.txt">Test link.</a>
|
|
<img src="./image.svg" alt="test image"/>
|
|
<p>Test paragraph</p>
|
|
</body>
|
|
</html> |