mirror of
https://github.com/bpmbpm/doc.git
synced 2026-05-04 22:40:42 +00:00
12 lines
230 B
HTML
12 lines
230 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<!-- head definitions -->
|
|
<title> Привет мир </title>
|
|
</head>
|
|
<body>
|
|
<!-- the content -->
|
|
<h1>Hello</h1>
|
|
<p>Hello</p>
|
|
</body>
|
|
</html>
|