-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (69 loc) · 2.54 KB
/
index.html
File metadata and controls
70 lines (69 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!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>