mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-29 20:12:40 +00:00
yup
This commit is contained in:
14
Online Gokkantoor/Gui/Login.aspx
Normal file
14
Online Gokkantoor/Gui/Login.aspx
Normal file
@@ -0,0 +1,14 @@
|
||||
<%@ Page Language="C#" Inherits="Gui.Login" %>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head runat="server">
|
||||
<title>Login</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>HI</h1>
|
||||
<form id="form1" runat="server">
|
||||
<asp:ListBox id="lstUsers" runat="server"/>
|
||||
<asp:Button id="LoginBtn" runat="server" OnClick="Login_Click"/>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user