OBS widget that implements a countdown timer overlay for "Starting Soon..." style displays.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 lines
1.0 KiB

extends layouts/main
block content
h1 Create Stream Countdown Timer
form(method="POST", action="/").uk-form
.uk-margin
input(id="show-title", name="title", type="text", placeholder="Enter show title", autocomplete="organization").uk-input
.uk-text-small.uk-text-muted Plese enter the name of your show.
.uk-margin
input(id="show-url", name="url", type="text", placeholder="Enter show url").uk-input
.uk-text-small.uk-text-muted Plese enter your show's website
.uk-margin
div(uk-grid)
.uk-width-1-2
input(id="date", name="date", type="date", value= moment().format('YYYY-MM-DD')).uk-input
.uk-text-small.uk-text-muted Plese enter date of the show.
.uk-width-1-2
input(id="time", name="time", type="time", value= moment(Date.now() + (1000 * 60 * 60)).format('hh:mm A')).uk-input
.uk-text-small.uk-text-muted Plese enter the time at which the show will start.
.uk-margin
button(type="submit").uk-button.uk-button-primary.uk-border-rounded Create Timer