page.html 1011 B

123456789101112131415161718192021222324252627282930313233
  1. <!doctype html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>Safe HTML Preview</title>
  7. </head>
  8. <body>
  9. <main class="preview-layout" data-renderer="highlight.js">
  10. <header>
  11. <p>Rendered as highlighted source code, not executed as DOM.</p>
  12. <h1>Flyfish Viewer Sample</h1>
  13. </header>
  14. <section aria-labelledby="formats-title">
  15. <h2 id="formats-title">Supported sample formats</h2>
  16. <ul>
  17. <li><strong>Document:</strong> DOCX, PDF, OFD</li>
  18. <li><strong>Drawing:</strong> DXF with DWG compatibility notice</li>
  19. <li><strong>Code:</strong> JS, TS, JSX, TSX, Vue, YAML, SQL</li>
  20. </ul>
  21. </section>
  22. <template id="preview-card-template">
  23. <article class="preview-card">
  24. <h3></h3>
  25. <p></p>
  26. <button type="button">Open</button>
  27. </article>
  28. </template>
  29. </main>
  30. </body>
  31. </html>