15 lines
313 B
Plaintext
15 lines
313 B
Plaintext
@page
|
|
@model JoshHeaps.Net.Pages.DebugModel
|
|
@{
|
|
ViewData["Title"] = "Debug";
|
|
Layout = "_Layout";
|
|
}
|
|
|
|
<div id="IpChecking">
|
|
<label id="IpCheckingLabel">Is checking for ip updates:</label>
|
|
<div id="IsIpChecking">...</div>
|
|
</div>
|
|
|
|
@section Scripts {
|
|
<script src="~/js/Debug/debug.js"></script>
|
|
} |