basic html update

master
Juan 3 years ago
parent 2b3494cd58
commit c9b59ce0c3

@ -1,9 +1,12 @@
<!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>

Loading…
Cancel
Save