TP1_ASP/boutique/accueil.aspx

22 lines
473 B
Plaintext
Raw Permalink Normal View History

2019-11-04 11:38:18 +01:00
<%@ 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>