Untitled
unknown
plain_text
2 years ago
372 B
7
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