19 lines
416 B
HTML
19 lines
416 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
.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> |