mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
55 lines
1.4 KiB
HTML
55 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>История изменений ONLYOFFICE Desktop Editors</title>
|
|
<style type="text/css">
|
|
body {
|
|
background: white;
|
|
font-size: 12px;
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, sans-serif;
|
|
}
|
|
h1, h2, h3 {
|
|
color: #8.1.00;
|
|
font-family: "Helvetica";
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
h1 {
|
|
font-size: 18px;
|
|
}
|
|
h2 {
|
|
font-size: 16px;
|
|
}
|
|
h3 {
|
|
font-size: 14px;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
code {
|
|
background: var(--color-gray-200);
|
|
font-family: monospace;
|
|
padding: 1px 5px;
|
|
}
|
|
.releasedate {
|
|
color: #888;
|
|
font-size: medium;
|
|
}
|
|
.version {
|
|
border-bottom: 1px solid #cfcfcf;
|
|
}
|
|
.more {
|
|
margin-bottom: 20px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="version">
|
|
<h1>ONLYOFFICE Desktop Editors 8.1.0<span class="releasedate"> - {{DATE}}</span></h1>
|
|
|
|
<h2 class="more"><a href="https://github.com/ONLYOFFICE/DesktopEditors/blob/master/CHANGELOG.md#810" target="_blank">Список изменений</a></h2>
|
|
</div>
|
|
</body>
|
|
</html>
|