Skip to content

Commit

Permalink
Add index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
GomezMig03 authored May 13, 2024
1 parent d8fafed commit 0d06066
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions index.html
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>

0 comments on commit 0d06066

Please sign in to comment.