Skip to content
Permalink
717b3d6955
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
42 lines (36 sloc) 931 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<title>Account</title>
<link href="/account.css" type="text/css" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<nav class="hotbar">
<a href="/">HOME</a>
<a href="/upload">UPLOAD NEWS</a>
<a href="/login" class="right">Login</a>
<a href="/account" class="right">Account</a>
<!-- <a href="#" class="right">Search</a> -->
</nav>
<section class="header">
<h1> ACCOUNT </h1>
</section>
<section class="row">
<section class="leftcolumn">
<article class="card">
<h2> Name: [insert name] </h2>
<h2> Email: [insert email] </h2>
<h2> Password: [insert password] </h2>
</article>
</section>
</section>
<section class="footer">
<h2> Follow us: </h2>
<h2> @chris__staples </h2>
<h2> @jake.sarkar </h2>
<h2> @adrian_dominic23 </h2>
</section>
</body>
</html>