-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (36 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:url" content="https://webvium.github.io" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Webvium Browser by Melvin Jones Gallano Repol" />
<meta property="og:image" content="/cover.png"/>
<title>Webvium Browser by Melvin Jones Gallano Repol</title>
<link rel="shortcut icon" type="image/png" href="/logo.png" />
<link rel="stylesheet" href="/index.css">
</head>
<body>
<header class="app-header centroid">
<aside class="app-column">
<div class="spacerB"></div>
<h1>Webvium Browser</h1>
<div class="app-summary">
A Project that aims to be the lightest, fastest, secured, private and full-featured android web browser. Programmed and design from Scratch.
</div>
<a class="app-download" href="https://mrepol742.github.io/webvium/download">
Download Now
</a>
</aside>
<aside class="app-column app-view-box">
<div class="app-preview">
<div class="app-background">
<img src="/webvium.jpg" alt="Webvium Browser Screenshot" />
</div>
</div>
<div class="app-folded"></div>
</aside>
</header>
</body>
</html>