Removed GitHubCovers pattern as now redundant

This commit is contained in:
Graham Nelson 2020-04-13 23:51:24 +01:00
parent eae6c2e060
commit 586cd02a55
2 changed files with 0 additions and 24 deletions

View file

@ -1,5 +0,0 @@
from HTML
format = HTML
default-range = sections
use crumbs.gif
use inweb.css

View file

@ -1,19 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>[[Title]]</title>
<meta name="viewport" content="width=device-width initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-gb">
<link href="inweb.css" rel="stylesheet" rev="stylesheet" type="text/css">
[[Plugins]]
</head>
<body>
<nav role="navigation">
[[Navigation]]
</nav>
<main role="main">
[[Code]]
</main>
</body>
</html>