Skip to content

Commit

Permalink
Add charset, stylesheet, and viewport as required.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgleckler committed Jan 27, 2017
1 parent 4d49916 commit 15f5c83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions srfi-9.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<html>
<head>
<title>SRFI 9: Defining Record Types</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/srfi.css" type="text/css" />
</head>

<body>
Expand Down

0 comments on commit 15f5c83

Please sign in to comment.