Skip to content
Permalink
Browse files
forum html webpage
  • Loading branch information
adetunjw committed Oct 21, 2019
1 parent 62cd79f commit a698b90954477c23ef374fad65a70ff34b86a80a
Showing 1 changed file with 53 additions and 0 deletions.
@@ -0,0 +1,53 @@
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="forum.css" media="all">
<title>test</title>
</head>

<body>
<header>
<ul>
<li class="brown"><a href="bella.com">LOG IN</a></li>
<li> <a href="contact.html"> HOME </a></li>




</ul>
</header>

<nav class="forum1"></nav>
<nav class="forum2"></nav>
<!-- <nav class=""></nav> -->



<aside>
<ul class="box">
<li id="top">


</li>

<li id="bottom"></li>
<!-- <li id="toff"></li> -->
</ul>
</aside>

<section class="wura"></section>

<section class="miguel"></section>
<section class="goerge"></section>
<section class="argun"></section>
<section class="abdul"></section>
<section class="raaga"></section>






</body>
<footer >&copy; Copyright 2019 Html
</footer>
</html>

0 comments on commit a698b90

Please sign in to comment.