File tree 1 file changed +15
-3
lines changed
1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -139,9 +139,21 @@ func indexof_flairs_given_users(w http.ResponseWriter, r* http.Request){
139
139
"<h1>" +
140
140
"RTagger Flairs" +
141
141
"</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>" +
145
157
"</body>" +
146
158
"</html>"
147
159
io .WriteString (w , html )
You can’t perform that action at this time.
0 commit comments