index.html (or nest it and specify the entry point)index.html directly onto the upload areaindex.html inside a ZIP archiveindex.html<!DOCTYPE html> declaration and character encoding:1234567891011<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>My Page</title> </head> <body> <!-- Your content --> </body> </html>
12345678<style> /* Inline styles */ body { font-family: system-ui, sans-serif; } </style> <script> // Inline script console.log("Hello from Dropley!"); </script>
12<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css"> <script src="https://cdn.jsdelivr.net/npm/confetti-js@0.0.18/dist/index.min.js"></script>
file:///) won't work in the browser after publishing