mirror of
https://github.com/DI0IK/Aufgaben_WE_DHBW.git
synced 2025-07-05 16:48:48 +00:00
Update button actions to redirect to YouTube video on click
This commit is contained in:
parent
d972c0d598
commit
d934cb9a63
1 changed files with 14 additions and 2 deletions
|
@ -34,9 +34,21 @@
|
|||
<input name="password" id="password" type="password" />
|
||||
</div>
|
||||
<div class="button-group">
|
||||
<button type="submit" class="primary">Ich bin dabei!</button>
|
||||
<button
|
||||
type="submit"
|
||||
class="primary"
|
||||
onclick="location.href='https:\/\/www.youtube.com/embed/dQw4w9WgXcQ?autoplay=1&controls=0&disablekb=1&fs=0&loop=1&modestbranding=1&rel=0'"
|
||||
>
|
||||
Ich bin dabei!
|
||||
</button>
|
||||
|
||||
<button type="button" class="secondary">Zurück zur Startseite</button>
|
||||
<button
|
||||
type="button"
|
||||
class="secondary"
|
||||
onclick="location.href='https:\/\/www.youtube.com/embed/dQw4w9WgXcQ?autoplay=1&controls=0&disablekb=1&fs=0&loop=1&modestbranding=1&rel=0'"
|
||||
>
|
||||
Zurück zur Startseite
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue