Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions input/Home.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@if (Model.Title != null)
{
<h1>
@Model.Title
ATL Dev Con! - @Model.Title
</h1>
}
@if (Model.Content != null)
Expand Down Expand Up @@ -47,4 +47,4 @@
let msg = await response.text();
document.querySelector("#testimonial").innerHTML = msg;
}
</script>
</script>