1
0

preview-head.html 258 B

123456789101112
  1. <link
  2. href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@600;700&family=Inter:wght@400;500;600;700&display=swap"
  3. rel="stylesheet"
  4. />
  5. <script>
  6. window.setImmediate = window.setTimeout
  7. </script>
  8. <style>
  9. body {
  10. margin: 0;
  11. }
  12. </style>