Skip to content

Instantly share code, notes, and snippets.

View UllashPodder's full-sized avatar
🎯
Focusing

Ullash UllashPodder

🎯
Focusing
View GitHub Profile
@UllashPodder
UllashPodder / landingpage.html
Last active May 5, 2026 17:24 — forked from jasonalderman/landingpage.html
Simple, single-page, "coming soon" landing page template.
<!DOCTYPE html>
<html>
<head>
<!-- This is a template for a landing page!
✓ Fill in the things between the {{double braces}}, removing the {{ and }} in the process.
✓ Make a logo image for the <img> tag, and take note of its width and height.
✓ Make a sharing image for the OpenGraph/Facebook/Twitter <meta> tags (square, 1200x1200px).
✓ Tweak CSS as necessary.
✓ Rename this file to index.html and upload it and the two images to the web root directory on your server.
✓ Remove this comment when done. -->