-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from stigok/door-trigger-brusweb
Add door trigger to brusweb
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,13 @@ | |
<body> | ||
<h1>Hei {{username}}!</h1> | ||
<a href="https://logg:[email protected]/brus/account">Logg ut</a>. | ||
|
||
<h2>Vil du åpne døra?</h2> | ||
|
||
<form action="/brus/door/hackeriet/open" method="post"> | ||
<input type="submit" name="btn_opendoor" value="Trigger Hackeriet door lock"> | ||
</form> | ||
|
||
<h2>Din saldo er: {{balance}}</h2> | ||
|
||
<h2>Fyll på spenn</h2> | ||
|