basic html update

master
Juan 3 years ago
parent 2b3494cd58
commit c9b59ce0c3

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