Skip to content
Permalink
64751a67d8
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
77 lines (73 sloc) 3.33 KB
<!DOCTYPE html>
<html lang="en-US">
<head>
<link href="images/fav.png" type="image/png" rel="shortcut icon" />
<meta charset="UTF-8">
<title>Uploadify</title>
<link href="css/mystyle.css" type="text/css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet">
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="scripts/scripts.js"></script>
</head>
<body>
<p class="profilepicsize"><a href="/logout"> <img class="logo2" src="images/leave2.png" alt="Login Button"> Logout</a></p>
<p class="profilepicsize" id="profile"><a href="javascript:load_content('content_profile','none')"> <img class="logo2"
src="images/profilechange.png">
Profile</a></p>
<p class="profilepicsize" id="help" ><a href="javascript:load_content('content_help', 'none')"><img class="logo2" src="images/question.png">&nbsp;&nbsp;Help</a></p>
<p class="profilepicsize" id="aboutus"><a href="javascript:load_content('content_aboutus', 'none')"> <img class="logo2" src="images/info.png">&nbsp;About</a></p>
<header>
<section class="moved">
<center><audio id="my-audio" controls>
<source src="" type="audio/mpeg">
Your browser does not support the audio element.
</audio></center>
</section>
<link href="css/searchbar.css" type="text/css" rel="stylesheet" />
<h2 class="ram"><a href="javascript:load_content(`content_index`,`none`)"> <img class="logo2" src="images/remake.png" alt="Logo of website"> Uploadify</a></h2>
<section class="searchBox searchclass">
</section>
<form id="search_form" onsubmit="onBtnSearchClick(); return false;" autocomplete="on">
<!-- helps the user by autocompleting the work -->
<section class="search">
<input type="text" class="searchLook" placeholder="Search..." name="q" id="q">
<button type="button" onclick=onBtnSearchClick() class="searchButton" id="searchButton">
<i class="fa fa-search"></i>
</button>
</section>
</form>
</section>
<p class="ram font_">
Free Tracks. Forever
</p>
<hr class="hrstyle">
</header>
<section id="main_content"></section>
<section id="backToMain" class="grid-container3 font_" style="text-align: center;">
<button type="button" id="btn_loadcontent" style="display: none;" class="btn4 custom_center"
onclick=load_content("content_index","none")>Back to main page</button>
</section>
<footer class="site-footer">
<!-- <hr class="thicker"> -->
<section id="footer-content" style="text-align:center">
<p class="integration footer_ram">Copyright 2019 @ Uploadify - All Rights Reserved </p>
</section>
</footer>
<section class="confirmPopup" id="confirmPopup">
<form class="formContainer">
<h1 class="ram" id="confirmText"></h1>
<button type="button" id="btnConfirmYes" class="btnpopup" onclick=CloseConfirmPopup()>YES</button>
<button type="button" class="btnpopup cancel" onclick=CloseConfirmPopup()>NO</button>
</form>
</section>
<section id="lockedScreen" class="lockedScreen">
</section>
</body>
<script>
$(document).ready(function () {
load_content("{{contentView}}", "{{genre}}")
//$("#btn_loadcontent").click();
});
</script>
</html>