25 lines
542 B
HTML
25 lines
542 B
HTML
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title>The HTML5 Herald</title>
|
|
<meta name="description" content="The HTML5 Herald">
|
|
<meta name="author" content="SitePoint">
|
|
|
|
<link rel="stylesheet" href="css/styles.css?v=1.0">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div><em>amis</em></div>
|
|
<div><em>groupes</em></div>
|
|
<div><em>messages</em></div>
|
|
<label for="text_box">Message :</label>
|
|
<input type="text" id="text_box" name="text_box" size="10">
|
|
<script src="js/scripts.js"></script>
|
|
</body>
|
|
|
|
</html> |