Restore download.html from web-apps repository

This commit is contained in:
Svetlana Maleeva 2022-09-30 10:51:52 +03:00
parent e455a3e481
commit e9187eb7d5

View File

@ -0,0 +1,23 @@
<html>
<head>
<style>
body {
font-family: Arial,Helvetica,"Helvetica Neue",sans-serif;
color: #444;
}
.centered {
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
</style>
</head>
<body>
<div class="centered">
<h1>There is no help installed</h1>
<h2>please, download it from <a href='#'>www.onlyoffice.com</a></h1>
</div>
</body>
</html>