mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-08-03 00:20:29 -05:00
11 lines
431 B
Plaintext
11 lines
431 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeBehind="RngTest.aspx.cs" Inherits="PkmnFoundations.GTS.test.RngTest" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="cpHead" runat="server">
|
|
</asp:Content>
|
|
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="cpMain" runat="server">
|
|
<div class="code">
|
|
<asp:Literal ID="litRandom" runat="server" />
|
|
</div>
|
|
</asp:Content>
|