Untitled
Anonymous
plain_text
03/19/2023 8:43 PM
464 B
13
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...