Notes/apps/edit-docs/demo/index.html
Elian Doran 0c8ea23345
Revert "chore: 🤖 Update docs"
This reverts commit 6caba3962121e155776ed32ef6a587b848cfd5c9.
2025-06-05 08:52:38 +03:00

11 lines
384 B
HTML
Vendored

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<frameset cols="25%,75%">
<frame name="navigation" src="navigation.html">
<frame name="detail" src="root/Journal.dat">
</frameset>
</html>