My Command

This commit is contained in:
Mike Nolan 2025-07-03 14:48:47 -05:00
parent 7fc0d44067
commit 993e4f79ea
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ func Pages.Index()
<input type="text" name="text" placeholder="Text to echo"> <input type="text" name="text" placeholder="Text to echo">
<input type="submit" value="Echo it"> <input type="submit" value="Echo it">
</form> </form>
<p>This is a website</p> <p>This is a modified website</p>
<p>1 John 4:4: You, dear children, are from God and have overcome them, because the one who is in you is greater than the one who is in the world.</p> <p>1 John 4:4: You, dear children, are from God and have overcome them, because the one who is in you is greater than the one who is in the world.</p>
</section>); </section>);
} }