basic html update

master
Juan 3 years ago
parent 2b3494cd58
commit c9b59ce0c3

@ -1,12 +1,15 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="fr"> <html lang="fr">
<head> <head>
<meta charset="utf-8">
<title>Simple HTML document</title> <title>Simple HTML document</title>
<style> <style>
body { font-family:sans-serif; font-size:10px; } body { font-family:sans-serif; font-size:10px; }
.error { background-color:#FFCC99;}
.success { background-color:#99FF99;}
</style> </style>
</head> </head>
<body> <body>
<h1>Hello Toto!</h1> <h1>Hello Toto!</h1>
</body> </body>
</html> </html>
Loading…
Cancel
Save