Add a home link to the FromRoomType

This commit is contained in:
Andreas Zweili 2018-08-23 22:46:03 +02:00
parent 5c84ac5851
commit 34869f1ea9
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
</head>
<body>
<form id="form1" runat="server">
<p><a href="Default.aspx">Home</a></p>
<h1>Add a new room type</h1>
<h5>Name</h5>
<asp:TextBox ID="TextBoxRoomType" runat="server" OnTextChanged="TextBoxRoomType_TextChanged"></asp:TextBox>