Untitled
unknown
plain_text
2 years ago
347 B
4
Indexable
<!DOCTYPE html> <html> <head> <title>My Website</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <h1>Welcome to my website!</h1> <p>This is some sample text.</p> <button onclick="alert('Hello, world!')">Click me</button> <script src="script.js"></script> </body> </html>
Editor is loading...