mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 17:10:27 +08:00
21 lines
442 B
HTML
21 lines
442 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
</head>
|
|
|
|
<body>
|
|
<p>...</p>
|
|
<!-- This is a comment -->
|
|
<!-- This is
|
|
another - comment -->
|
|
<!--
|
|
This is
|
|
also a comment
|
|
-->
|
|
<!-- This is a very very very very very very very very very very
|
|
large comment. It needs to be presented in at least three lines for
|
|
80 character lines. -->
|
|
</body>
|
|
</html>
|