diff options
| -rw-r--r-- | README.html | 13 | ||||
| -rw-r--r-- | README.md | 15 |
2 files changed, 13 insertions, 15 deletions
diff --git a/README.html b/README.html new file mode 100644 index 0000000..ab8df90 --- /dev/null +++ b/README.html @@ -0,0 +1,13 @@ +<h1>Project Title</h1> + +<h2>Description</h2> +<p>This is an awesome project.</p> + +<h2>Screenshots</h2> + +<img src="screenshots/login.png" alt="login"> +<img src="screenshots/register.png" alt="register"> +<img src="screenshots/recovery.png" alt="recovery"> +<img src="screenshots/profiles.png" alt="profiles"> +<img src="screenshots/home.png" alt="home"> +<img src="screenshots/details.png" alt="details"> diff --git a/README.md b/README.md deleted file mode 100644 index 4300144..0000000 --- a/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Project Title - -## Description - -This is an awesome project. - -## Screenshots - - -<img src="screenshots/login.png" alt="login"> - - - - - |