-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dl;fksl flsdkflkslf; References #4 some text wq wq
- Loading branch information
1 parent
80b178d
commit 85f6674
Showing
2 changed files
with
37 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |