blob: 62594f29d92ba0a4ec609805f500bcb7f0d0bccb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<html>
<head>
<title>Time of Crisis - Aid</title>
<style>
html {
background-color:slategray;
}
img {
display:block;
margin: 1em auto;
box-shadow:1px 1px 8px -2px black;
}
</style>
</head>
<body>
<img src="aid.png" width="1320" height="700">
|