assistant-note/index.html

20 lines
776 B
HTML
Raw Normal View History

2023-01-30 03:15:29 -05:00
<!DOCTYPE html>
<html>
2024-01-02 03:15:30 -05:00
<head>
2023-01-30 03:15:29 -05:00
<meta charset="UTF-8">
<title>Hello World!</title>
2024-01-02 03:15:30 -05:00
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';"/>
</head>
<body>
2023-01-30 03:15:29 -05:00
<h1>Hello World!</h1>
2024-01-02 03:15:30 -05:00
<p>Drag the boxes below to somewhere in your OS (Finder/Explorer, Desktop, etc.) to copy an example markdown file.</p>
<div style="border:2px solid black;border-radius:3px;padding:5px;display:inline-block" draggable="true" id="drag1">Drag
me - File 1
</div>
<div style="border:2px solid black;border-radius:3px;padding:5px;display:inline-block" draggable="true" id="drag2">Drag
me - File 2
</div>
当前文件夹: <strong id="openDir"></strong>
2024-01-05 03:24:35 -05:00
<script src="src/comment/renderer.js"></script>
2024-01-02 03:15:30 -05:00
</body>
2023-01-30 03:15:29 -05:00
</html>