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/Default.aspx
Normal file
14
Online Gokkantoor/Gui/Default.aspx
Normal file
@@ -0,0 +1,14 @@
|
||||
<%@ Page Language="C#" Inherits="Gui.Default" %>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head runat="server">
|
||||
<title>Default</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>lorem ipsum</p>
|
||||
<form id="form1" runat="server">
|
||||
<asp:Button id="button1" runat="server" Text="Login" OnClick="button1Clicked" />
|
||||
<asp:Button id="adminBtn" runat="server" Text="admin" OnClick="buttonAdminClicked" />
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user