mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:10:05 +08:00
20 lines
188 B
HTML
20 lines
188 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title of the document</title>
|
|
</head>
|
|
|
|
<boody>
|
|
<budy>
|
|
|
|
<body>
|
|
Content of the document......
|
|
</body>
|
|
|
|
</budy>
|
|
</boody>
|
|
|
|
</html>
|
|
|