final tweaks with save indicator

This commit is contained in:
2022-11-30 21:33:41 -05:00
parent 1348f73400
commit 5b3b6711d9
3 changed files with 35 additions and 11 deletions

View File

@ -3,4 +3,6 @@
ViewData["Title"] = "Home Page";
}
<textarea id="content" name="content">@Model</textarea>
<textarea id="content" name="content" spellcheck="false">@Model</textarea>
<div id="saved-indicator">Saved!</div>