Skip to content

Instantly share code, notes, and snippets.

@danharr
Last active January 12, 2016 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danharr/3695690032d1b773fbca to your computer and use it in GitHub Desktop.
Save danharr/3695690032d1b773fbca to your computer and use it in GitHub Desktop.
Playlist
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<style>
body {
font-family: monospace;
}
.title {
color:blue;
}
.banned {
color:red;
}
</style>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<h3>Wedding Playlist &#9836; </h3>
<hr>
<h4>First Dance</h4>
<p>John Legend - <span class="title"><a href="https://www.youtube.com/watch?v=450p7goxZqg">All of me</a></span></p>
<hr>
<h4>Father of the bride Dance</h4>
<p>Van Morrison - <span class="title"><a href="https://www.youtube.com/watch?v=UfmkgQRmmeE">Brown Eyed Girl</a></span></p>
<hr>
<h4>Suggestions - Banned <span class="banned">&#10008;</span></h4>
<p>The Foundations - <span class="title"><a href="https://www.youtube.com/watch?v=7jrfcR16VzI">Build me up buttercup</a></span></p>
<p>Rednex - <span class="title"><a href="https://www.youtube.com/watch?v=VcDy8HEg1QY">Cotton Eye Joe</a></span></p>
<hr>
<h4>Suggestions - Oldies</h4>
<p>Ben E King - <span class="title"><a href="https://www.youtube.com/watch?v=hwZNL7QVJjE">Stand by me</a></span></p>
<p>Al Green - <span class="title"><a href="https://www.youtube.com/watch?v=COiIC3A0ROM">Let's Stay Together</a></span></p>
<p>Marvin Gaye - <span class="title"><a href="https://www.youtube.com/watch?v=6FODXN6LnzA">Heard it through the grapevine</a></span></p>
<p>The Temptations - <span class="title"><a href="https://www.youtube.com/watch?v=swSytFVMHuU">My Girl</a></span></p>
<p>The Drifters - <span class="title"><a href="https://www.youtube.com/watch?v=WXIv0yP13LM">Stand by me</a></span></p>
<p>Stevie Wonder - <span class="title"><a href="https://www.youtube.com/watch?v=0CFuCYNx-1g">Superstition</a></span></p>
<p>Artist - <span class="title"><a href="#">Title</a></span></p>
<p>Artist - <span class="title"><a href="#">Title</a></span></p>
<p>Artist - <span class="title"><a href="#">Title</a></span></p>
<p>Artist - <span class="title"><a href="#">Title</a></span></p>
<p>Artist - <span class="title"><a href="#">Title</a></span></p>
<p>Artist - <span class="title"><a href="#">Title</a></span></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment