mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 22:09:52 +08:00
35 lines
824 B
HTML
35 lines
824 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>VNoteX Markdown Viewer</title>
|
|
|
|
<style type="text/css">
|
|
/* VX_GLOBAL_STYLES_PLACEHOLDER */
|
|
</style>
|
|
|
|
<!-- VX_THEME_STYLES_PLACEHOLDER -->
|
|
|
|
<!-- VX_STYLES_PLACEHOLDER -->
|
|
|
|
<script type="text/javascript">
|
|
/* VX_GLOBAL_OPTIONS_PLACEHOLDER */
|
|
</script>
|
|
|
|
<!-- VX_SCRIPTS_PLACEHOLDER -->
|
|
</head>
|
|
<body>
|
|
<div id="vx-content"></div>
|
|
|
|
<div id="vx-image-view-box" class="vx-modal-box" style="display:none;">
|
|
<span id="vx-image-view-close" class="vx-modal-close">×</span>
|
|
<img id="vx-image-view" class="vx-modal-content">
|
|
</div>
|
|
|
|
<div id="vx-preview" style="display:none;"></div>
|
|
|
|
<!-- Need to be visible to let preview work -->
|
|
<div id="vx-inplace-preview"></div>
|
|
</body>
|
|
</html>
|