You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.3 KiB
44 lines
1.3 KiB
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<meta name="HandheldFriendly" content="true" /> |
|
<meta name="MobileOptimized" content="320" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<link rel="stylesheet" href="style.css"> |
|
<title>Be kind for 2020!</title> |
|
</head> |
|
<body> |
|
<header> |
|
<h1>Be kind for 2020!</h1> |
|
<p> |
|
<a href="/">home</a> | |
|
<a href="amcgen">amcgen</a> |
|
</p> |
|
</header> |
|
<article> |
|
<h2>Why be kind? (Many reasons)</h2> |
|
<ul> |
|
<li>It is the right thing to do.</li> |
|
<li>It will help <b>hundreds</b> of people, including those you love.</li> |
|
<li>Marshmello wants you to do it.</li> |
|
<li>You know that you want others to be <i>kind</i> to you!</li> |
|
</ul> |
|
<h2>How do you be kind? (It's simple...)</h2> |
|
<ul> |
|
<li>Treat others the way you want to be treated.</li> |
|
</ul> |
|
<h2>Now, watch this song on being kind!</h2> |
|
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/flEc35foIg0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> |
|
<br/> |
|
<footer> |
|
<p> |
|
<a href="/">home</a> | |
|
<a href="amcgen">amcgen</a> |
|
<p> |
|
All content on this website is under CC0 unless otherwise stated. |
|
</p> |
|
</p> |
|
</footer> |
|
</body> |
|
</html>
|
|
|