-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
54 lines (53 loc) · 1.83 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Onitor Browser</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 web browser 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</p>
</div>
<div id="text">
<img src="site_assets/logo.png" height="32px" width="32px" id="logo" />
<h1 id="header">Onitor Browser</h1>
<div id="center-text">
<p id="home-text">UWP free web browser app.</p>
</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://github.com/10Develops/onitor"><img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" height="60px" alt="Get source of Onitor Browser from GitHub" title="Onitor on GitHub" /></a>
</footer>
</body>
</html>