Files
JoshHeaps.Net/JoshHeaps.Net/Pages/Debug.cshtml
T
2025-07-03 09:19:38 -06:00

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>
}