vnote/resources/welcome.html
Le Tan 811172ef8a initial commit for VNote
VNote is a Vim-Like Note for Markdown.

Signed-off-by: Le Tan <tamlokveer@gmail.com>
2016-10-01 15:45:27 +08:00

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>