initial commits

master
Charles Iliya Krempeaux 2024-02-13 10:03:14 -08:00
parent 4d82679a55
commit 0cfa49012a
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import (
//
// var label string = "enter your username"
//
// WriteFrameInputText(writer, label)
// frameproto.WriteFrameInputText(writer, label)
//
// Would write this HTML <meta/> element:
//

View File

@ -10,7 +10,7 @@ import (
//
// var url string = "https://example.com/my/post/path.php"
//
// WriteFramePostURL(writer, url)
// frameproto.WriteFramePostURL(writer, url)
//
// Would write this HTML <meta/> element:
//