Difference between revisions of "User:Thenimdapact"
Thenimdapact (talk | contribs) (Created page with "hier kommt die sonne") |
Thenimdapact (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | <!DOCTYPE html> | |
+ | <html lang="en"> | ||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | <title>My Web Page</title> | ||
+ | </head> | ||
+ | <body> | ||
+ | <h1>Hello, World!</h1> | ||
+ | <p>This is a simple web page.</p> | ||
+ | </body> | ||
+ | </html> |
Revision as of 11:50, 20 January 2024
<!DOCTYPE html> <html lang="en"> <head>
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>My Web Page</title>
</head> <body>
Hello, World!
This is a simple web page.
</body> </html>