You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
473 B
Plaintext
22 lines
473 B
Plaintext
5 years ago
|
<%@ Page Language="C#" %>
|
||
|
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head runat="server">
|
||
|
<meta charset="utf-8" />
|
||
|
<title></title>
|
||
|
<style type="text/css">
|
||
|
.auto-style1 {
|
||
|
text-align: center;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form id="form1" runat="server">
|
||
|
<div class="auto-style1">
|
||
|
Boutique Marchande<br />
|
||
|
Site réalisé par Flavien HAAS</div>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|