Files
Samuele E. Locatelli 3a41672364 fix DueDate x promesse ODL
2021-03-04 12:35:33 +01:00

22 lines
975 B
Plaintext

<%@ Master Language="C#" AutoEventWireup="true" Inherits="MoonPro_noAjax" CodeBehind="MoonPro_noAjax.master.cs" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="it" xml:lang="it">
<head runat="server">
<title>Untitled Page</title>
<%--<link href="~/Style.css" rel="stylesheet" type="text/css" />
<link href="../Content/font-awesome.min.css" rel="stylesheet" type="text/css" />--%>
<link href="~/Content/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="~/Content/Style.min.css" rel="stylesheet" type="text/css" />
<link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
</form>
</body>
</html>