mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +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>
|