currencies added
This commit is contained in:
@@ -38,10 +38,16 @@
|
||||
<input type="submit" value="Display"style="height:30px">
|
||||
</form>
|
||||
|
||||
<p>Set news search settings. keyword,category,country e.g. bitcoin,business,us/p>
|
||||
<p>Set news search settings. keyword,category,country e.g. bitcoin,business,us </p>
|
||||
<form action="/SetNews" method="POST">
|
||||
<input name="text" placeholder="bitcoin,business,us"style="height:24px">
|
||||
<input type="submit" value="Display"style="height:30px">
|
||||
<input type="submit" value="Set"style="height:30px">
|
||||
</form>
|
||||
|
||||
<p>Set weather location, enter city name e.g. London </p>
|
||||
<form action="/SetWeather" method="POST">
|
||||
<input name="text" placeholder="London"style="height:24px">
|
||||
<input type="submit" value="Set"style="height:30px">
|
||||
</form>
|
||||
|
||||
<p>Display an image</p>
|
||||
|
Reference in New Issue
Block a user