Skip to content

Instantly share code, notes, and snippets.

@davel
Created January 15, 2025 20:56
Show Gist options
  • Save davel/c70432d3148d326a1f29bcc89376267c to your computer and use it in GitHub Desktop.
Save davel/c70432d3148d326a1f29bcc89376267c to your computer and use it in GitHub Desktop.
Untitled
<h1>👋 Hello World!</h1>
import sqlJs from "https://esm.sh/sql.js";
document.getElementsByTagName("h1")[0].style.fontSize = "6vw";
body {
font-family: system-ui;
background: #f06d06;
color: white;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment