Changeset 148 in code
- Timestamp:
- Mar 21, 2024, 11:19:06 AM (15 months ago)
- Location:
- trunk/cmd/yukari
- Files:
-
- 1 added
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmd/yukari/main.go
r147 r148 874 874 ctx.SetStatusCode(403) 875 875 ctx.Write([]byte(YUKARI_HTML_PAGE_START)) 876 ctx.Write([]byte("<h2>You are about to exit Yukari Sukima</h2>"))876 ctx.Write([]byte("<h2>You are about to exit Yukari no Sukima</h2>")) 877 877 ctx.Write([]byte("<p>Following</p><p><a href=\"")) 878 878 ctx.Write([]byte(html.EscapeString(uri.String()))) … … 934 934 935 935 if version { 936 fmt.Println(yukari.FullVersion())936 yukari.FullVersion() 937 937 return 938 938 }
Note:
See TracChangeset
for help on using the changeset viewer.