-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8fafed
commit 0d06066
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>What is this?</title> | ||
</head> | ||
|
||
<body> | ||
<h1>What is this?</h1> | ||
<p>This is a public api using github pages for the Final Higher Education Project of Multiplatform Application Development. It consist of a series of motivational phrases to help the people using the app, <a href="https://addiction-helper.vercel.app/">which is an addiction manager</a>.</p> | ||
|
||
<h2>Can I contribute?</h2> | ||
<p>Absolutely! feel free to add your favourite phrases whether they are religoius or not. Use the religion camp on the json to clarify it. 1 = catholic, 0 = non religious.</p> | ||
|
||
<h2>Can I use this for my project?</h2> | ||
<p>Yes you can, you can also fork this and use it howerer you want.</p> | ||
</body> | ||
|
||
</html> |