Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #98 from Nashluffy/#96-Background
Browse files Browse the repository at this point in the history
added background music to login page
  • Loading branch information
Nashluffy authored Nov 25, 2019
2 parents 4e1a40c + 659873b commit f8dcfd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion FrontEnd/Flask/static/css/sb-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -8877,7 +8877,6 @@ button.bg-dark:focus {
margin-top: 3rem !important;
background-image: url('/static/background1.jpg');
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
}

Expand Down
5 changes: 4 additions & 1 deletion FrontEnd/Flask/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</head>

<body class="landing">
<div class="mt-5"><img src="{{url_for('static', filename='logo.png')}}" alt="SkyAudio" style="width: 360px;height: 120px"></div>
<div class="mt-5"><img src="{{url_for('static', filename='logo.png')}}" alt="SkyAudio" style="width: 360px;height: 120px"></div>
<div class="container">
<div class="card card-login mx-auto mt-5">
<div class="card-header">Welcome to SkyAudio!</div>
Expand Down Expand Up @@ -98,6 +98,9 @@
}
</script>

<audio autoplay>
<source src="static/chill_out.mp3" type="audio/mpeg">
</audio>
</body>

</html>

0 comments on commit f8dcfd1

Please sign in to comment.