mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-11 12:33:45 +03:00
b11b118e02
Signed-off-by: Max Schmitt <max@schmitt.mx> Co-authored-by: Max Schmitt <max@schmitt.mx>
15 lines
179 B
HTML
15 lines
179 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Headings</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Title</h1>
|
|
<h2>Subtitle</h2>
|
|
<h3>Subsubtitle</h3>
|
|
<h2>Subtitle</h2>
|
|
</body>
|
|
|
|
</html> |