mirror of
https://github.com/mm201/GamestatsBase.git
synced 2026-03-21 18:04:42 -05:00
20 lines
576 B
Plaintext
20 lines
576 B
Plaintext
<%-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. --%>
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Sessions.aspx.cs" Inherits="Sample.Sessions" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
<asp:Literal ID="litDebug" runat="server" />
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|