20 lines
944 B
HTML
20 lines
944 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>About Presentation Editor</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="The short description of Presentation Editor" />
|
|
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
|
</head>
|
|
<body>
|
|
<div class="mainpart">
|
|
<h1>About Presentation Editor</h1>
|
|
<p><b>Presentation Editor</b> is an online application that lets you look through
|
|
and edit presentations directly in your browser.</p>
|
|
<p>Using <b>Presentation Editor</b>, you can perform various editing operations like in any desktop editor,
|
|
print the edited presentations keeping all the formatting details or download them onto your computer hard disk drive
|
|
as PDF or PPTX files.</p>
|
|
<p>To view the current software version and licensor details, click the <img alt="About icon" src="../images/about.png" /> icon at the left sidebar.</p>
|
|
</div>
|
|
</body>
|
|
</html> |