Add default hashtags and server
This commit is contained in:
parent
9d07ff6a63
commit
3f28ac8ad2
1 changed files with 3 additions and 3 deletions
|
@ -24,11 +24,11 @@
|
|||
<form id="hashtag-form">
|
||||
<div class="form-group">
|
||||
<label for="hashtag1">Hashtag 1:</label>
|
||||
<input type="text" class="form-control" id="hashtag1" placeholder="Enter a hashtag">
|
||||
<input type="text" class="form-control" id="hashtag1" placeholder="Enter a hashtag" value="netzbegruenung">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="hashtag2">Hashtag 2:</label>
|
||||
<input type="text" class="form-control" id="hashtag2" placeholder="Enter a hashtag">
|
||||
<input type="text" class="form-control" id="hashtag2" placeholder="Enter a hashtag" value="bdk23">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="hashtag3">Hashtag 3:</label>
|
||||
|
@ -36,7 +36,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label for="serverUrl">Server:</label>
|
||||
<input type="text" class="form-control" id="serverUrl" placeholder="Enter server URL" value="https://mastodon.social">
|
||||
<input type="text" class="form-control" id="serverUrl" placeholder="Enter server URL" value="https://gruene.social">
|
||||
</div>
|
||||
|
||||
<button type="submit" class="btn btn-primary">Reload</button>
|
||||
|
|
Loading…
Reference in a new issue