Skip to content
View boudali-14's full-sized avatar

Block or report boudali-14

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. abdellah abdellah Public

  2. inscription inscription Public

    un programme HTML pour faire une inscription

  3. login login Public

    <!DOCTYPE html> <html> <head> <title>login</title> <style> body{ background-image: url(aaa.jpg); background-repeat: no-repeat; background-size: 100%; } td{color: beige; font-size: 20px; font-style:…

  4. ajouter-un-cheval ajouter-un-cheval Public

    <!DOCTYPE html> <html lang="ar" dir="ltr"> <head> <title> signin</title> <style> body{ background-image: url(bb.jpg); } b{color:whitesmoke;} tr{ color: whitesmoke; } </style> <b>signin</b> <body> <…

  5. cheval cheval Public

    public class cheval { String nom,race; int id; public cheval (String nom,String race,int id){ this.nom=nom; this.race=race; this.id=id; } public String GetNom(){ return "Cheval de nom "+nom; } publ…

  6. Login2 Login2 Public

    <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>login2</title> <style> #content{ width: 1000px; margin: auto; } body{ background-image: url(siteweb/aaa.jpg); background-repeat: no-repea…