-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
46 lines (41 loc) · 2.78 KB
/
about.html
File metadata and controls
46 lines (41 loc) · 2.78 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
<head>
<title>SimplyPrivate - about</title>
<link rel="shortcut icon" href="default.png" type="image/x-icon">
<meta name="robots" content="index, follow,">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="About SimplyPrivate">
<link rel="stylesheet" href="css/Main.css">
<link rel="stylesheet" href="css/icon.css">
</head>
<body>
<div class="rain"></div>
<div class="frame">
<img src="icons/cover.png" class="icon" style="display: none;">
<div class="tools">
<button class="about" onclick="location.href = 'index.html'">Back</button>
<button class="download" onclick="location.href = 'downloads.html'">Download</button>
<button class="countdown" onclick="location.href = 'count.html'">Daycount</button>
</div>
</div>
<div class="frame2">
<h1 style="color: white;text-align: center;font-size:60px">About SimplyPrivate</h1>
<h3 style="text-align: center;color: white;">Welcome to SimplyPrivate, your go-to browser for a simple, secure, and private browsing experience.</h3>
<div class="p1">
<h3 style="text-align: left;color: white;font-size: 24px;"><b>What is SimplyPrivate?</b></h3>
<h4 style="text-align: left;color: white;">SimplyPrivate is a lightweight, user-friendly browser designed to prioritize your privacy and security. Created by UmaEra, SimplyPrivate is built with the vision of providing an effortless and enjoyable browsing experience.</h4>
<h3 style="text-align: left;color: white;font-size: 24px;"><b>Our Story</b></h3>
<h4 style="text-align: left;color: white;">SimplyPrivate was born out of a passion for creating a browser that combines simplicity, privacy, and performance. UmaEra, the founder, started this project with a small group of friends and collaborators. What began as a modest initiative quickly grew into a robust browser with a dedicated user base.</h4>
<div class="p2">
<h3 style="text-align: left;color: white;font-size: 24px;"><b>Key Features</b></h3>
<h4 style="text-align: left;color: white;">Simple Design: Enjoy a clean and intuitive interface that makes browsing a breeze.
<p></p>Private Browsing: Your data is yours. SimplyPrivate ensures your browsing history, searches, and activities remain private.
<p></p>Customization: Choose from a variety of themes and personalize your browsing experience.
<p></p>Efficient Performance: Optimized for low memory usage, SimplyPrivate delivers fast and efficient browsing, even on lower-end systems.
<p></p>Security: Built-in security features protect you from online threats, ensuring a safe browsing environment.</h4>
</div>
</div>
<div class="p3">
<iframe class="creditsweb" src="https://umaera.github.io/asp/credits.html" frameborder="0"></iframe>
</div>
<script src="js/raindrops.js"></script>
</body>