Skip to content

Commit

Permalink
Add dummy page
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensingh committed Dec 4, 2023
1 parent 561cce5 commit e964e0a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fossify GitHub Page</title>
<style>
body {
font-family: 'Arial', sans-serif;
text-align: center;
margin: 50px;
}

h1 {
color: #333;
}

p {
color: #555;
}
</style>
</head>
<body>

<h1>Welcome to Fossify!</h1>
<p>Explore a collection of simple, open-source apps designed without ads and unnecessary permissions. Customize your experience with a range of colors. Fossify is a fork of @SimpleMobileTools.</p>
<p>Site under construction</p>

</body>
</html>

0 comments on commit e964e0a

Please sign in to comment.