Skip to content
Permalink
fcd4ef6a4c
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
53 lines (53 sloc) 2.14 KB
<!DOCTYPE html>
<html lang = "en-US">
<head>
<link href = "images/favicon.png" type="image/png" rel="shortcut icon"/>
<meta charset = "UTF-8">
<title>Uploadify - Home</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>
</head>
<p class="ram"><a href="/login"> Log out </a></p>
<header>
<link href="css/searchbar.css" type="text/css" rel="stylesheet" />
<h2 class="ram"><a href="/" > <img class="logo2" src="images/newwhite.png" alt="Logo of website"> Uploadify</a></h2>
<section class="searchBox searchclass">
<form action="search" autocomplete="on">
<section class="search">
<input type="text" class="searchLook" placeholder="Search..." name="q">
<button type="submit" class="searchButton">
<i class="fa fa-search"></i>
</button>
</section>
</form>
</section>
<p class="ram font_">
Free Tracks. Forever.
</p>
<hr class="thicker">
</header>
<body>
<section class="grid-container font_ black">
<button class="btn" onclick="location.href='pop';">Pop</button>
<button class="btn" onclick="location.href='listen';">Hip-Hop</button>
<button class="btn" onclick="location.href='listen';">Indie</button>
<button class="btn" onclick="location.href='listen';">Rock / Metal</button>
<button class="btn" onclick="location.href='listen';">Classical</button>
<button class="btn" onclick="location.href='listen';">Electronic / Dance</button>
</section>
<section class="grid-container2 font_">
<button class="btn2 custom_center" onclick="location.href='upload';">
Upload
</button>
<button class="btn2" onclick="location.href='listen';">
Listen
</button>
</section>
</body>
<footer class="site-footer">
<section id="footer-content" style="text-align:center">
<p class="integration footer_ram">Copyright 2019 @ Uploadify - All Rights Reserved </p>
</section>
</footer>
</html>