Skip to content

Commit

Permalink
Add admin button
Browse files Browse the repository at this point in the history
  • Loading branch information
roy4801 committed Nov 19, 2021
1 parent 022c929 commit d125c24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ <h5 class="card-title">OBS 場景設定檔產生</h5>
</div>
<div class="form-group">
<label for="commentURLInput">Comment URL</label>
<input class="form-control" type="text" id="commentURLInput" placeholder="" value="http://z.fjucpc.tk:8080/messages">
<input class="form-control" type="text" id="commentURLInput" placeholder="" value="http://140.136.151.11:8080/messages">
</div>

<a href="http://140.136.151.11:8080/admin" target="_blank" rel="noopener noreferrer" class="btn btn-primary mb-3">Admin Page</a>

<div class="form-inline">
<div class="form-group">
<label class="my-1 mr-2" for="SlidoInput">Slido hash</label>
Expand Down

0 comments on commit d125c24

Please sign in to comment.