My Command

This commit is contained in:
Mike Nolan 2025-07-03 16:16:00 -05:00
parent 80d94de8dc
commit e0fe8c0d10
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 modified 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>);
} }