debut contact + test mailto dans footer
This commit is contained in:
parent
a60db0f1fd
commit
7d7d0ad1c5
21
contact.php
21
contact.php
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<title>Contact | Don't meet me</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<link rel="stylesheet" class="css" type="text/css" href="styles/today/main.css"/>
|
||||
<link rel="stylesheet" class="css" type="text/css" href="styles/today/index.css"/>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap" rel="stylesheet">
|
||||
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
|
||||
|
||||
<script src="js/nav.js" defer></script>
|
||||
<script src="js/themeManager.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<?php include("header.php") ?>
|
||||
<?php include("footer.php") ?>
|
||||
</body>
|
@ -1,7 +1,7 @@
|
||||
<footer>
|
||||
<section id="feedback">
|
||||
<h2>Donnez nous votre avis !</h2>
|
||||
<form id="form" action="" method="post" enctype="text/plain">
|
||||
<form id="form" action="mailto:staff@dontmeetme.hopto.org" method="get" enctype="text/plain">
|
||||
<textarea name="feedback" id="txtfeedback" cols="70" rows="2" placeholder="Donnez votre avis sur le site"></textarea>
|
||||
<input id="send" type="submit" value="Envoyer">
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user