Skip to content

Commit 7aa3964

Browse files
committed
UI: More presentable, including a screenshot.
1 parent 6ab3d92 commit 7aa3964

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

tagger/src/server.go

+15-3
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,21 @@ func indexof_flairs_given_users(w http.ResponseWriter, r* http.Request){
139139
"<h1>" +
140140
"RTagger Flairs" +
141141
"</h1>" +
142-
"<h2>" +
143-
"How to use" +
144-
"</h2>" +
142+
"<div>" +
143+
"<a href=\"https://104.197.15.19:8080/flairs/slurs/\">" +
144+
"Slurs Flair Server" +
145+
"</a>" +
146+
"<img src=\"https://user-images.githubusercontent.com/30552567/62826417-06416580-bbb3-11e9-88a7-ed035f82c2ab.png\"/>" +
147+
"</div>" +
148+
"<div>" +
149+
"<a href=\"https://104.197.15.19:8080/flairs/regions/\">" +
150+
"Regions Flair Server" +
151+
"</a>" +
152+
"Image pending" +
153+
"</div>" +
154+
"<a href=\"https://github.com/NotCompsky/rscraper/tree/master/tagger\">" +
155+
"Source code and installation instructions" +
156+
"</a>" +
145157
"</body>" +
146158
"</html>"
147159
io.WriteString(w, html)

0 commit comments

Comments
 (0)