Skip to content

Commit

Permalink
y feature added
Browse files Browse the repository at this point in the history
dl;fksl

flsdkflkslf;

References #4

some text
wq
wq
  • Loading branch information
bashirkarimi committed Dec 5, 2017
1 parent 80b178d commit 85f6674
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 15 deletions.
35 changes: 20 additions & 15 deletions coders.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8"/>
<meta charset="utf-8" />
<title>About</title>
<link rel="stylesheet" href="style/style.css"/>
<link rel="stylesheet" href="style/style.css" />
</head>

<body>
<header>
<h1>{PowerCoders}</h1>
</header>
<main>
<p>Welcome! This is a web page.</p>
<p>All the following Powercoders have been working on this page:</p>
<ul>
<li><a href="coders/granjow.html">Simon</a></li>
</ul>
</main>
<footer>
<header>
<h1>{PowerCoders}</h1>
</header>
<main>
<p>Welcome! This is a web page.</p>
<p>All the following Powercoders have been working on this page:</p>
<ul>
<li><a href="coders/granjow.html">Simon</a></li>
<li><a href="coders/bashir.html">Bashir</a></li>

</footer>
</ul>
</main>
<footer>

</footer>
</body>
</html>

</html>
17 changes: 17 additions & 0 deletions coders/bashir.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>Hi Iam Bashir</title>
</head>

<body>

<h2>
Hi It is about Bashir
</h2>

</body>

</html>

0 comments on commit 85f6674

Please sign in to comment.