-
Notifications
You must be signed in to change notification settings - Fork 0
/
xplore.html
54 lines (54 loc) · 2.02 KB
/
xplore.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
54
<!DOCTYPE html>
<html lang="en" draggable="false">
<head>
<link rel="icon" href="Xplore.ico" type="image/x-icon">
<meta charset="UTF-8">
<meta name="description" content="The official Xplore web browser site. Xplore by Teenage Tech is browsing differently, an exclusively Mac experience.">
<meta name="keywords" content="Xplore, Web Browser, Xplore Browser, Teenage Tech, Teenage Tech browser, Web, browser, xplore, good web browser, web%20browser, safari, chrome, firefox, edge, brave">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Xplore | Teenage Tech</title>
<link rel="stylesheet" href="styles.css">
<style>
body {
background-color: #171717;
color: #FFFFFF;
}
</style>
<meta name="theme-color" content="#77a4b6">
</head>
</head>
<body>
<div id="header-container"></div>
<main>
<div>
<h1 style="font-size: 70px; font-weight: 300;">Xplore <b>beta</b></h1>
<img src="XploreIcon.png" alt=""
width="200"
height="200">
<br>
<img src="XploreScreenshot.png" style="width: 80vw; max-width: 700px; height: auto;" alt="The Xplore web browser for macOS in action.">
<h2>Browsing the web has never been more polished.</h2>
<p style="text-align:center; font-size: 20px; bottom: 100;">
<b>
Super Intuitive
• Blazing fast
• Crazy Secure
</b>
<br>
Powered by WebKit • Programmed in Swift
</p>
<p>Designed for macOS.
<br>
Runs on macOS 13.6 (Ventura) and later.
<br>
Download it <a href="xploredownload">here</a>
</p>
</div>
</main>
<footer>
<p>© Teenage Tech. All rights reserved.</p>
</footer>
<script src="header.js"></script>
<script type="module" src="firebaseconfig.js"></script>
</body>
</html>