Skip to content

Commit 08ee484

Browse files
authored
Add files via upload
1 parent d36b411 commit 08ee484

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Random Message Generator Extension</title>
7+
<link rel="stylesheet" href="styles.css">
8+
</head>
9+
<body>
10+
<header>
11+
<div class="container">
12+
<h1>Random Message Generator</h1>
13+
<p>Your daily dose of positive messages!</p>
14+
</div>
15+
</header>
16+
17+
<section class="about">
18+
<div class="container">
19+
<h2>About the Extension</h2>
20+
<p>This Chrome extension provides random inspirational and motivational messages at the click of a button. Perfect for keeping you motivated throughout your day! (Update every single week too!)</p>
21+
<ul>
22+
<li>Over 100+ motivational messages</li>
23+
<li>Simple and user-friendly interface</li>
24+
<li>Lightweight and easy to install</li>
25+
</ul>
26+
</div>
27+
</section>
28+
29+
<section class="cta">
30+
<div class="container">
31+
<h2>Install the Extension</h2>
32+
<p>Get your daily inspiration by adding this extension to your browser.</p>
33+
<a href="https://mega.nz/folder/BX9XnBwQ#YweDdvy5g3db3AR8J75FPg" target="_blank" class="install-btn">Install Now</a>
34+
</div>
35+
</section>
36+
37+
<footer>
38+
<div class="container">
39+
<p>Made with ❤️ by [Alapipapi].</p>
40+
<p><a href="https://www.github.com/Alapipapi" target="_blank">GitHub</a> | <a href="mailto:m-11369051@moe-dl.edu.my">Contact</a></p>
41+
</div>
42+
</footer>
43+
</body>
44+
</html>

0 commit comments

Comments
 (0)