File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,10 @@ public static void main(String[] args) {
46
46
return new ModelAndView (model , layout );
47
47
}, new VelocityTemplateEngine ());
48
48
49
- get ("/loadpage " , (request , response ) -> {
49
+ get ("/video " , (request , response ) -> {
50
50
HashMap <String , Object > model = new HashMap <String , Object >();
51
- //Get the relevant gems from the params, put into model...
52
51
53
-
54
- model .put ("template" , "templates/loadpage.vtl" );
52
+ model .put ("template" , "templates/video.vtl" );
55
53
return new ModelAndView (model , layout );
56
54
}, new VelocityTemplateEngine ());
57
55
Original file line number Diff line number Diff line change 1
1
2
2
3
- <div class= "img"> <img id = "image" src= "/ img/ start.gif"> </ div>
3
+ <div class= "img"> <a href = " / video "> < img id = "image" src= "/ img/ start.gif"> </ div>< / a >
4
4
5
5
<a href= "/ gems" button class= "sparkley last"> Let's make a fusion! </ button></ a>
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ function newColour() {
207
207
</ script>
208
208
</ head>
209
209
<body>
210
- <audio controls autoplay hidden= "hidden">
210
+ <audio loop = "loop" autoplay= "autoplay" controls = "controls" hidden= "hidden">
211
211
<source src= "opening.ogg" type= "audio/ ogg">
212
212
<source src= "opening.mp3 " type= "audio/ mpeg">
213
213
Your browser does not support the audio element.
Original file line number Diff line number Diff line change
1
+ <iframe width= "420 " height= "315 " src= "https:// www.youtube.com/ embed/ PPxTdZN3 xdg?autoplay= 1 " frameborder= "0 " allowfullscreen></ iframe>
2
+ <br>
3
+ <br>
4
+ <br>
5
+
6
+ <a href= "/ gems" button class= "sparkley last"> Let's make a fusion! </ button></ a>
You can’t perform that action at this time.
0 commit comments