Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KaliedaRik committed Aug 9, 2022
1 parent 38c34c0 commit 92fb431
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Demos Index (version 8.9.3)</title>
<title>Scrawl-canvas Demos</title>
<link href="css/normalize.css" rel="stylesheet" />
<link href="css/tests.css" rel="stylesheet" />
<style>
Expand All @@ -30,6 +30,10 @@
border-bottom: 1px solid #e9e9e9;
text-align: left;
}
h1 span {
font-style: italic;
font-size: 80%;
}

h2 {
margin: 2rem 0 0.5rem 0;
Expand Down Expand Up @@ -118,7 +122,7 @@

<body>
<main>
<h1><a href="index.html">Scrawl-canvas v8</a> tests index</h1>
<h1><a href="index.html">Scrawl-canvas</a> &mdash; Demo tests<br /><span>(For version 8.9.3)</span></h1>

<p>The Scrawl-canvas library has been designed to make it easier to create and use &lt;canvas> presentations and scenes in a web page. Canvases discovered on a page, or added to it, will be enhanced by the library to help make them more responsive and accessible, and easy to interact with.</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Scrawl-canvas</title>
<title>Scrawl-canvas Documentation</title>
<link rel="stylesheet" media="all" href="docco.css" />
<style>
body {
Expand All @@ -19,7 +19,7 @@
</head>

<body>
<h1>Scrawl-canvas documentation</h1>
<h1>Scrawl-canvas documentation (for version 8.9.3)</h1>

<h3>Scrawl-canvas modules</h3>

Expand Down

0 comments on commit 92fb431

Please sign in to comment.