mirror of
https://github.com/izzy2lost/textie.git
synced 2026-03-26 17:00:44 -07:00
42 lines
1.4 KiB
HTML
42 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<title>Textie Editor</title>
|
|
<link href="style.css" type="text/css" rel="stylesheet"/>
|
|
<link href="style-m.css" type="text/css" rel="stylesheet" media="screen and (max-device-width:980px),screen and (max-device-width:1024px) and (orientation:portrait)"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="UWP free source code and text editor app.">
|
|
</head>
|
|
<body>
|
|
<div id="menu-left">
|
|
<ul>
|
|
<li><b>Home</b></li>
|
|
<li><a href="download.html">Download</a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="menu-right">
|
|
<ul>
|
|
<li class="dropdown">Language
|
|
<ul class="dropdown-content">
|
|
<li><a href="index-ru.html">Русский</a></li>
|
|
<li><a href="index-hy.html">Հայերեն</a></li>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="current-version">
|
|
<p>Current version: 0.9.5</p>
|
|
</div>
|
|
<div id="text">
|
|
<img src="logo.png" height="32px" width="32px" id="logo" />
|
|
<h1 id="header">Textie Editor</h1>
|
|
<center id="center-text">
|
|
<p id="home-text">UWP free source code and text editor app.</p>
|
|
</center>
|
|
</div>
|
|
<div id="getit">
|
|
<a><img src="https://assets.windowsphone.com/13484911-a6ab-4170-8b7e-795c1e8b4165/English_get_L_InvariantCulture_Default.png" height="60px" alt="Get" title="Get app from Microsoft Store" /></a>
|
|
</div>
|
|
</body>
|
|
</html>
|