Skip to content

Latest commit

 

History

History
84 lines (76 loc) · 1.8 KB

README.md

File metadata and controls

84 lines (76 loc) · 1.8 KB

Welcome to QuickLearn Pages

QuickLearn Icon

Voici notre logo créer par Léo.

Bonjour

Notre projet est un site de d'apprentissage ludique de vocabulaire.

Vous pouvez trouvez notre wiki en cliquant ici


Structure

public_html/
│   .gitignore
│   .htaccess
│   404.php
│   crypt.php
│   database.php
│   init.php
│   no-avatar.svg
│   README.md
│
│
├───en
│   │   confirmEmail.php
│   │   forgetPassword.php
│   │   header.html
│   │   home.php
│   │   index.php
│   │   sendMailForget.php
│   │   signIn.php
│   │
│   ├───admin
│   │       homeAdmin.php
│   │       mailForEveryone.php
│   │
│   ├───class
│   │       classHome.php
│   │       classOwner.php
│   │       classSetting.php
│   │       createClass.php
│   │       joinClass.php
│   │
│   ├───friend
│   │       addFriend.php
│   │       chat.php
│   │       chatGetMes.php
│   │       chatSend.php
│   │       chooseFriend.php
│   │       myFriend.php
│   │
│   ├───list
│   │   │   boxeStyle.css
│   │   │   createList.php
│   │   │   listHome.php
│   │   │
│   │   └───learn
│   │           clasicLearn.php
│   │           game2.js
│   │           jeuxLeo.php
│   │           updateDif.php
│   │
│   └───setting
│           account.php
│           changeStay.php
│           logOut.php
│           modifAcc.php
│           settingHome.php
│
├───fr
│       logIn.php
│       regleConfi.html
│
└───style
        style.css
        style404.css
        styleChat.css
        styleInput.css