mirror of
https://github.com/swc-project/swc.git
synced 2025-01-03 11:01:52 +03:00
12 lines
219 B
HTML
12 lines
219 B
HTML
<!DOCTYPE html >
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<head>
|
|
<title>Title of the document</title>
|
|
</head>
|
|
|
|
<body>
|
|
The content of the document......
|
|
</body>
|
|
|
|
</html> |