13 lines
267 B
Plaintext
13 lines
267 B
Plaintext
<!-- It looks like you entered "hhhss".
|
|
If you want to start an HTML file, here's a basic template: -->
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<!-- Your content goes here -->
|
|
</body>
|
|
</html> |