mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 22:09:52 +08:00

Make it convenient to add third-party libraries. Signed-off-by: Le Tan <tamlokveer@gmail.com>
15 lines
356 B
HTML
15 lines
356 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Welcome VNote</title>
|
|
</head>
|
|
<body id="preview">
|
|
<h1>Welcome to VNote</h1>
|
|
<h2>A Vim-Like Note for Markdown</h2>
|
|
<p>Under development by Le Tan.
|
|
Please contact <a href="mailto:tamlokveer@gmail.com">tamlokveer@gmail.com</a> if you have any questions.
|
|
</p>
|
|
</body>
|
|
</html>
|