-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgrayscale.html
64 lines (58 loc) · 2.14 KB
/
grayscale.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
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>GRAYSCALE HOMEPAGE</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #F2F2F2;
margin: 0;
padding: 0;
}
.container {
max-width: 960px;
margin: 0 auto;
padding: 20px;
}
h1 {
color: #333;
text-align: center;
}
p {
font-size: 16px;
line-height: 1.5;
color: #555;
margin-bottom: 20px;
}
.about-page {
background-color: #FFF;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
padding: 40px;
}
</style>
</head>
<body>
<div class="container">
<h1>GRAYSCALE - The Minimal Iframe Browser</h1>
<div class="about-page">
<p>Welcome to GRAYSCALE, the minimal iframe browser for Penguinmod. GRAYSCALE aims to provide a sleek and minimalist browsing experience.</p>
<p>With GRAYSCALE, you can explore the web using i-frames, allowing you to seamlessly view and interact with external web pages without leaving the Penguinmod.</p>
<p>Our browser prioritizes simplicity, speed, and privacy. We believe in making browsing hassle-free and enjoyable.</p>
<p>GRAYSCALE is constantly evolving, with regular updates and improvements to enhance your browsing experience. Stay tuned for exciting features!</p>
<p>Upcoming Features: We are working on implementing tabbed browsing, bookmark management, and custom websites to further enhance your browsing experience. Stay tuned for these exciting additions!</p>
</div>
<div class="paragraphs">
<h2>Explore through an i-frame with GRAYSCALE</h2>
<p>It includes shortcuts too: G + H is takes you to history is the only one so far</p>
</p>Iframes do have some limits though, so some websites will refuse to connect. To get around this, use the websites listed below</p>
<p>Useful websites:</p>
<ul>
<li><a href="https://www.google.com/webhp?igu=1" target="_blank">Google</a></li>
<li><a href="https://www.proxysite.com/" target="_blank">Proxy Site</a></li>
</ul>
</div>
</div>
</body>
</html>