Skip to content

Commit f4ac431

Browse files
Add charset, stylesheet, and viewport as required.
1 parent 429fa5b commit f4ac431

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

srfi-64.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<html>
33
<head>
44
<title>SRFI 64: A Scheme API for test suites</title>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<link rel="stylesheet" href="/srfi.css" type="text/css" />
58
<style type="text/css">
69
div.title h1 { font-size: small; color: blue }
710
div.title { font-size: xx-large; color: blue; font-weight: bold }

0 commit comments

Comments
 (0)