Last active
July 9, 2018 16:53
-
-
Save rizo/5774acc45bb4c4d74ea212cf7b0a11f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Document Outline Test</title> | |
</head> | |
<body> | |
<div class="content"> | |
<h1>Module Order</h1> | |
<p>Functionality for comparison and ordering of OCaml values.</p> | |
<section> | |
<h1>Forest elephants</h1> | |
<p>In this section, we discuss the lesser known forest elephants.</p> | |
<section> | |
<h2>Habitat</h2> | |
<p>Forest elephants do not live in trees but among them.</p> | |
</section> | |
</section> | |
<section> | |
<h3>Mongolian gerbils</h3> | |
<p>In this section, we discuss the famous mongolian gerbils.</p> | |
</section> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment