-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
39 lines (34 loc) · 1.65 KB
/
about.html
File metadata and controls
39 lines (34 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About CherryPad</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="stylesheet" href="css/about.css">
</head>
<body>
<a href="hidden.html">
<img id="icon" src="icon/CherryPad.png" alt="CherryPad Logo">
</a>
<h1>CherryPad by cafali</h1>
<h2>Your Sleek, Distraction-Free Notepad in Your Browser</h2>
<p id="category-links">
<a href="LICENSE.txt">MIT License</a> -
<a href="https://github.com/cafali/CherryPad" target="_blank">GitHub</a> -
<a href="https://raw.githubusercontent.com/cafali/CherryPad/refs/heads/main/changelog" target="_blank">Changelog</a> -
<a href="https://chromewebstore.google.com/detail/cherrypad/fhneekooapbagkckacdlemielahijgfd" target="_blank">Web Store</a> -
<a href="https://chromewebstore.google.com/detail/cherrypad/fhneekooapbagkckacdlemielahijgfd/reviews" target="_blank">Review</a> -
<a href="https://cafali.art" target="_blank">Website</a>
</p>
<a href="cherrypad.html" class="back-button">
<i class="fa fa-arrow-left"></i>
Return to CherryPad
</a>
<p class="thank-you">Thank you for using CherryPad!</p>
<footer>
Button icons used in this project: Font Awesome (https://fontawesome.com), licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0)
</footer>
</body>
</html>
<p><a href="https://cafali.art" target="_blank" rel="noopener noreferrer" class="cafali-link">Visit cafali.art for more! ➔</a></p>