mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
|
|
<%@ Page Language="C#" Inherits="DiscImageChef.Server.Default" %>
|
||
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head runat="server">
|
||
|
|
<title>Default</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<form id="form1" runat="server">
|
||
|
|
<asp:Button id="button1" runat="server" Text="Click me!" OnClick="button1Clicked" />
|
||
|
|
</form>
|
||
|
|
</body>
|
||
|
|
</html>
|