Untitled
unknown
plain_text
3 years ago
347 B
5
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...