handoff-app
Version:
Automated documentation toolchain for building client side documentation from figma
17 lines (16 loc) • 515 B
HTML
<head>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
{{{style}}} {{{script}}}
</head>
<body class="preview-body">
<h1>This is a sample snippet</h1>
<p>
This is a sample snippet. You can use this snippet to create your own
snippets. You'll also see a javascript and scss file linked to this snippet.
</p>
</body>