summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-10-12 17:31:28 +0200
committerjerome <jerome@xlinfo.fr>2025-10-12 17:31:28 +0200
commit30ea3ae69f4c4bac139593a413faeba1b5a05a71 (patch)
treee37db99eee3d1b09805ce4c22e5b7f96b8188aa7 /www/index.html
parent0c9641ec140b28d0aace0efe3569ddf78decc01a (diff)
downloadhttp-30ea3ae69f4c4bac139593a413faeba1b5a05a71.tar.gz
http-30ea3ae69f4c4bac139593a413faeba1b5a05a71.zip
cesar
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/index.html b/www/index.html
index af33466..05c23a4 100644
--- a/www/index.html
+++ b/www/index.html
@@ -8,13 +8,11 @@
border: solid black 1px;
padding: 1em;
margin:1em;
+ color: #808080;
}
- #titre {
+ h1 {
color:blue;
}
- .formulaire {
- color: #808080;
- }
</style>
</head>
<body>
@@ -42,6 +40,7 @@
<p id="demo">La méthode est GET.<br>&nbsp;</p>
</div>
<p><a href="login.php">Login</a>
+ <p><a href="cesar.php">César</a>
<script>
function changeMethod() {
document.getElementById("monform").method = "post";