Files
TIS-website/texts.html
2023-09-29 10:24:57 +03:00

16 lines
188 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Text webpage!</title>
</head>
<body>
<h2>Hello, World</h2>
<div>
<p type="text">Text</p>
<p type="subtext">subtext</p>
</div>
<body>
</html>