Popular repositories Loading
-
-
-
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:…
-
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> <…
-
cheval
cheval Publicpublic 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…
-
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…
If the problem persists, check the GitHub status page or contact support.