<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>the blah</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div class="header">
<img src="images/blah.png">
<ul class="nav">
<li><a href="www.baidu.com">Home</a></li>
<li><a href="www.baidu.com">Site</a></li>
<li><a href="www.baidu.com">Other</a></li>
</ul>
</div>
<div class="main-content">
<h2>The Beach</h2>
<hr />
<ul class="photos">
<img src="images/0001.jpg" width="150" height="150">
<img src="images/0003.jpg" width="150" height="150">
<img src="images/0004.jpg" width="150" height="150">
<p class="article">
I am not unmindful that some of you have come here out of great trials and tribulations. Some of you
have come fresh from narrow jail cells. Some of you have come from areas where your quest for freedom
left you battered by the storms of persecution and staggered by the winds of police brutality. You have
been the veterans of creative suffering. Continue to work with the faith that unearned suffering is redemptive.
Go back to Mississippi, go back to Alabama, go back to South Carolina, go back to Georgia, go back to
Louisiana, go back to the slums and ghettos of our northern cities, knowing that somehow this situation
can and will be changed. Let us not wallow in the valley of despair.
</p>
</ul>
</div>
<div class="footer">
<p>©mugglecoding</p>
</div>
</body>
</html>
网友评论