-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
27 lines (27 loc) · 1.28 KB
/
about.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
<!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>
<img id="icon" src="icon/CherryPad.png" alt="CherryPad Logo">
<h1>CherryPad by cafali</h1>
<h2>Your Sleek, Distraction-Free Notepad in your Browser</h2>
<p><a href="LICENSE">MIT License</a> -
<a href="https://github.com/cafali/CherryPad" target="_blank">GitHub</a> -
<a href="changelog">Updates</a> -
<a href="https://chromewebstore.google.com/detail/cherrypad/fhneekooapbagkckacdlemielahijgfd" target="_blank">Rate CherryPad</a></p>
<a href="cherrypad.html">
<button>
<i class="fa fa-chevron-circle-left"></i> Return to CherryPad (Have you already found all the hidden Easter Eggs?)
</button>
</a>
<p></p>
<p>Thank you for using CherryPad 💖</p>
</body>
</html>
<footer><p class="arial-text" style="color: rgb(102, 102, 102);">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)</p></footer>