helpcenter/Web/Controls/Help/Video/Documents/DarkMode/DarkMode.ascx

22 lines
945 B
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "How to turn on dark mode in ONLYOFFICE Docs";
MetaKeyWords = "ONLYOFFICE, documents, dark mode";
MetaDescription = "Dark mode makes editing comfortable — even if you work in a poorly illuminated room!";
}
</script>
<div class="MainHelpCenter main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to turn on dark mode in ONLYOFFICE Docs</h1>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/5E_d-L0GxTg?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Dark mode makes editing comfortable — even if you work in a poorly illuminated room!</p>
</div>
</div>