Skip to content
Permalink
Browse files
Updated with handlebars
  • Loading branch information
nellurib committed Jul 29, 2020
1 parent ef3571f commit 118e73aa1cf54e133a01c9cdeb31aeb282b5151f
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 11 deletions.
@@ -1,44 +1,85 @@
[
{
"Singer_Name": "John",

"image-url":"",
"Singer-details":"",
"Description":"",
"Track":"BlackOut"
},
{
"Singer_Name": "Justin-Bieber",

"image-url":"",
"Singer-details":"",
"Description":"It was launched in 2002. At that Justin bieber age was 12 years.",
"Track":"Baby"

},
{
"Singer_Name": "ChainSmoker",
"Singer_Name": "ChainSmoker",

"image-url":"",
"Singer-details":"",
"Description":"It was launched in 2002. At that Justin bieber age was 12 years.",

"Track":"Loser"
},
{
"Singer_Name": "JohnCena",
"Singer_Name": "JohnCena",

"image-url":"",
"Singer-details":"",
"Description":"It was launched in 2002. At that Justin bieber age was 12 years.",


"Track":"You-can-see-me"
},
{
"Singer_Name": "Akon",

"image-url":"",
"Singer-details":"",
"Description":"It was launched in 2002. At that Justin bieber age was 12 years.",


"Track":"Chammak-Challo"
},
{
"Singer_Name": "A.R-Rehman",
"Singer_Name": "A.R-Rehman",

"image-url":"",
"Singer-details":"",
"Description":"It was launched in 2002. At that Justin bieber age was 12 years.",

"Track":"Oscar"
},
{
"Singer_Name": "Pritam",
"Singer_Name": "Pritam",

"image-url":"",
"Singer-details":"",
"Description":"It was launched in 2002. At that Justin bieber age was 12 years.",


"Track":"Black"
},
{
"Singer_Name": "AlanWalker",
"Singer_Name": "AlanWalker",

"image-url":"",
"Singer-details":"",
"Description":"It was launched in 2002. At that Justin bieber age was 12 years.",


"Track":"Fade"
},
{
"Singer_Name": "EDSheeran",
"Singer_Name": "EDSheeran",

"image-url":"",
"Singer-details":"",
"Description":"",

"Track":"We-dont-talk-anymore"
}

@@ -18,7 +18,7 @@
{{/if}}
<main>
<p>This is the home page. Users can see it without logging in.</p>
<p><a href="/login">log in</a></p>
<p><a href="/login">Log In</a></p>



@@ -22,7 +22,7 @@
<p>Password:<br /><input type="password" name="pass" placeholder="your password" value="{{body.pass}}"></p>
<p><input type="submit" value="Log in"></p>
</form>
<p><a href="/register">register</a></p>
<p><a href="/register">Create a new account</a></p>
</main>
</body>
</html>
@@ -22,7 +22,7 @@
<p>Password:<br /><input type="password" name="pass" placeholder="your chosen password" value=""></p>
<p>Email:<br /><input type="email" name="email" placeholder="a valid email address" value=""></p>

<p><input type="submit" value="Create"></p>
<p><input type="submit" value="Create new account"></p>
</form>
</main>
</body>
@@ -18,7 +18,7 @@
{{/if}}
<main>
<p><a href="/listTrack">Display all tracks</a></p>
<p><a href="/logout">log out</a></p>
<p><a href="/logout">Logout</a></p>
</main>
</body>
</html>

0 comments on commit 118e73a

Please sign in to comment.