12 lines
311 B
HTML
12 lines
311 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<h1 class="class">some content</h1>
|
|
<p>this is some text and contains <a href="https://example.com"></a> a link</p>
|
|
</body>
|
|
</html>
|