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
40 lines (37 sloc) 1.43 KB
<!DOCTYPE html>
<html lang = "en-US">
<head>
<link href = "images/favicon.png" type="image/png" rel="shortcut icon"/>
<meta charset = "UTF-8">
<title>SecondPage.html</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>
<header><h2 class="ram"><a href="/" > <img class="logo2" src="images/newwhite.png" alt="Logo of website"> Uploadify</a></h2>
<link href="css/searchbar.css" type="text/css" rel="stylesheet" />
<section class="searchBox`">
<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>
<h2 class="footer_ram">Upload your tracks, your way</h2>
<button type="button" onclick="window.location.replace('localhost:8080')">Upload...</button>
</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>