This repository has been archived on 2022-01-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
gidbig/templates/internal.html
T

13 lines
352 B
HTML

{{ define "content" }}
<script type="text/javascript">
function playSound() {
var data = {
command: "!bsth",
soundname: "unmoeglich"
};
$.post("/playsound", data, function(data, success) {});
}
</script>
<a href="/logout">Logout</a><br/>
<a href="javascript:playSound()">Play sound</a> {{ end }}