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