Untitled
unknown
plain_text
a year ago
372 B
6
Indexable
# WebLang Example # Head section head { title "My Website" } # Body section body { # Header header { h1 "Welcome to My Website" } # Main content main { p "This is a basic example of a website created with WebLang." p "You can define sections, headers, paragraphs, and more." } # Footer footer { p "Copyright © 2024 My Website" } }
Editor is loading...
Leave a Comment