mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-15 09:04:04 +02:00
16 lines
138 B
HTML
16 lines
138 B
HTML
|
<!doctype html>
|
||
|
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>testing the parser</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<p>hello
|
||
|
|
||
|
<script>
|
||
|
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|