30 lines
456 B
HTML
30 lines
456 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
|
|
body {
|
|
height: 100%;
|
|
}
|
|
|
|
#text {
|
|
text-align: center;
|
|
margin-top: 40%;
|
|
font-size: 24px;
|
|
font-family: "Courier New";
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="text">
|
|
THE RADIA PHONE TAP(E)S <br />
|
|
May - July 2009 <br />
|
|
Complete Time-Coded Transcripts <br />
|
|
as available with Audio on <br />
|
|
http://pad.ma <br />
|
|
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|