- Name and Subheader
- Random YouTube background video (out of array)
- Tip messages when loading
Upload the KindLoading
folder to the resources folder, and add ensure KindLoading
in your config
Open the index.html
file and find the arrays.
Youtube Videos
// CHANGE THIS ARRAY WITH OWN YOUTUBE VIDEO ID
var loadings = [
"PWeDrQLVBPw",
"ewJM7RsFu2A"
]
Messages
// MESSAGES ARRAY
const messages = [
'TIP: This is a tip thingy',
'TIP: Edit this in the index.html file',
]