Skip to content

Commit

Permalink
making the title the same as h1
Browse files Browse the repository at this point in the history
  • Loading branch information
cgettings committed Mar 27, 2024
1 parent 0589e5d commit 978dc00
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,30 @@
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Exercises</title>
<title>Output from example scripts</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
</head>
<body>

<h1>Knitted documents</h1>
<h1>Output from example scripts</h1>

<h2>Knitted documents</h2>

<p><a href="1-basic.html">1. Basic</a></p>
<p><a href="2-choropleth.html">2. Choropleth - Intermediate</a></p>
<p><a href="3-raster.html">3. Raster - Advanced</a></p>
<p><a href="4-light-pollution.html">4. Light pollution - Very complicated</a></p>

<h1>Just the maps</h1>
<h2>Just the maps</h2>

<h2>Self-contained versions</h2>
<h3>Self-contained versions</h3>

<p><a href="1-basic_map_self-contained.html">1. Basic</a></p>
<p><a href="2-choropleth_map_self-contained.html">2. Choropleth - Intermediate</a></p>
<p><a href="3-raster_map_self-contained.html">3. Raster - Advanced</a></p>
<p><a href="4-light-pollution_map_self-contained.html">4. Light pollution - Very complicated</a></p>

<h2>Non-self-contained versions</h2>
<h3>Non-self-contained versions</h3>

<p><a href="1-basic_map_non-self-contained.html">1. Basic</a></p>
<p><a href="2-choropleth_map_non-self-contained.html">2. Choropleth - Intermediate</a></p>
Expand Down

0 comments on commit 978dc00

Please sign in to comment.