mirror of
https://github.com/izzy2lost/textie.git
synced 2026-03-26 17:00:44 -07:00
71 lines
2.5 KiB
HTML
71 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<title>Textie Editor</title>
|
|
<link type="image/x-icon" rel="icon" href="site_assets/favicon.ico"/>
|
|
<link type="text/css" rel="stylesheet" href="style.css"/>
|
|
<link type="text/css" rel="stylesheet" href="onitorLightTheme.css"/>
|
|
<script type="text/javascript" src="script.js"></script>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="UWP free source code and text editor app.">
|
|
<meta name="onitor-theme" content="true"/>
|
|
</head>
|
|
<body>
|
|
<div id="menu-left">
|
|
<ul>
|
|
<li class="navbar">
|
|
<b>Home</b>
|
|
</li>
|
|
<li class="navbar">
|
|
<a href="download.html">Download</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="menu-right">
|
|
<ul>
|
|
<li class="navbar dropdown" onclick="ShowDropdown(this, 'dropdown-content')">Language
|
|
<ul class="dropdown-content">
|
|
<li class="navbar">
|
|
<a href="index-ru.html">Русский</a>
|
|
</li>
|
|
<li class="navbar">
|
|
<a href="index-hy.html">Հայերեն</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="current-version">
|
|
<p>Current version: 0.9.6<br> Next version: 0.9.7</p>
|
|
</div>
|
|
<div id="text">
|
|
<img src="site_assets/logo.png" height="32px" width="32px" id="logo" />
|
|
<h1 id="header">Textie Editor</h1>
|
|
<div id="center-text">
|
|
<p id="home-text">UWP free source code and text editor app.</p>
|
|
<h2>Features</h2>
|
|
<div id="container-clist">
|
|
<ul class="column-list">
|
|
<li>Tabbed editing</li>
|
|
<li>Open and Save</li>
|
|
<li>Auto-save, Save as and Save all</li>
|
|
<li>Undo and Redo</li>
|
|
<li>Find and Replace</li>
|
|
<li>Search text with search engines</li>
|
|
<li>Print, Share, Pin file to Start menu</li>
|
|
<li>Hot Exit for Unsaved Files</li>
|
|
<li>Recent Files</li>
|
|
<li>Modern UI and comfortable UX</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<footer id="getit">
|
|
<a><img src="https://developer.microsoft.com/en-us/store/badges/images/English_get-it-from-MS.png" height="60px" alt="Get" title="Get app from Microsoft Store" alt="Soon on Microsoft Store" /></a>
|
|
<a href="https://twitter.com/TextieEditor"><img src="https://pbs.twimg.com/profile_images/1111729635610382336/_65QFl7B_400x400.png" height="60px" alt="Textie on X" title="Textie on X" /></a>
|
|
<a href="https://github.com/10Develops/textie"><img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" height="60px" alt="Get source of Textie Editor from GitHub" title="Textie on GitHub" /></a>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|