35 lines
1.1 KiB
Text
35 lines
1.1 KiB
Text
|
|
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="formulario.master.cs" Inherits="formulario" %>
|
||
|
|
|
||
|
|
<!DOCTYPE html>
|
||
|
|
|
||
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
|
<head runat="server">
|
||
|
|
<script src="/../../Scripts/jquery-1.10.2.js"></script>
|
||
|
|
|
||
|
|
<script src="/../../Scripts/bootstrap.js"></script>
|
||
|
|
|
||
|
|
<script src="/../../Scripts/modernizr-2.6.2.js"></script>
|
||
|
|
|
||
|
|
<link href="/../../Content/bootstrap.css" rel="stylesheet" />
|
||
|
|
|
||
|
|
<link href="/../../Content/Site.css" rel="stylesheet" />
|
||
|
|
|
||
|
|
<link href="/../../Content/font-awesome.css" rel="stylesheet" />
|
||
|
|
|
||
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||
|
|
<title></title>
|
||
|
|
<asp:ContentPlaceHolder id="head" runat="server">
|
||
|
|
</asp:ContentPlaceHolder>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<%-- <form id="form1" onkeypress="return anular(event)" runat="server">--%>
|
||
|
|
<form id="form1" runat="server">
|
||
|
|
<div>
|
||
|
|
<asp:ContentPlaceHolder id="ContenidoFormulario" runat="server" >
|
||
|
|
|
||
|
|
</asp:ContentPlaceHolder>
|
||
|
|
</div>
|
||
|
|
</form>
|
||
|
|
</body>
|
||
|
|
</html>
|