Skip to content

Commit 66a59f9

Browse files
Fix SRFI "index.html" page.
1 parent fe6bec5 commit 66a59f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
<head>
44
<title>A Scheme API for test suites</title>
55
<link href="/admin.css" rel="stylesheet">
6+
<link href="/list.css" rel="stylesheet">
67
<link href="/favicon.png" rel="icon" sizes="192x192" type="image/png">
7-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
8+
<meta charset="utf-8" />
89
<meta name="viewport" content="width=device-width, initial-scale=1" />
910
</head>
1011

@@ -20,7 +21,7 @@ <h1>SRFI 64: A Scheme API for test suites</h1>
2021
<li><a href="http://srfi-email.schemers.org/srfi-64/">Complete Discussion Archive</a></li>
2122
<li><a href="https://github.com/scheme-requests-for-implementation/srfi-64">Git repo (on Github)</a></li>
2223
<li>
23-
<a href="mailto:[email protected]"><code>srfi-64@<span class="antispam">nospam</span>srfi.schemers.org</code></a> (subscribers only)</li>
24+
<a href="mailto:[email protected]">srfi-64@<span class="antispam">nospam</span>srfi.schemers.org (subscribers only)</a></li>
2425
<li>
2526
<form method="POST" action="https://www.simplelists.com/subscribe.php">
2627
<div class="title">Subscribe to srfi-64 mailing list</div>

0 commit comments

Comments
 (0)