29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebSCR._Default" %>
|
|
|
|
<!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">
|
|
<head runat="server">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
<h1>WebSC</h1>
|
|
Web Schedulatore Consegne Rigamonti
|
|
<div style="text-align: center; margin: auto; width:810px;">
|
|
<div style="min-width: 250px; min-height: 250px; padding: 10px; float: left;">
|
|
Inserimento Impegno
|
|
</div>
|
|
<div style="min-width: 250px; min-height: 250px; padding: 10px; float: left;">
|
|
Visualizzazione Impegni
|
|
</div>
|
|
<div style="min-width: 250px; min-height: 250px; padding: 10px; float: left;">
|
|
Gestione squadre
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|