Files
filament/web/docs/ref_template.html
Philip Rideout a42dcd2291 JavaScript code re-org (#443)
This removes the old CPP-based web samples in favor of the new JS API.

The `web/samples` folder will be added in a subsequent commit.
2018-11-01 17:05:30 -07:00

23 lines
635 B
HTML

<!DOCTYPE html>
<html lang="en"><head>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Tangerine:700|Inconsolata" rel="stylesheet">
<link href="main.css" rel="stylesheet" type="text/css">
<style>
li > p { margin: 0 }
li { list-style-type: none }
div.classdoc, div.funcdoc, div.enumdoc {
background: #eee;
padding-left: 10px;
padding-top: 1px;
padding-bottom: 1px;
margin-bottom: 10px;
}
div.classdoc > h2, div.funcdoc > h2, div.enumdoc > h2 { margin-top: 10px; }
.verbiage h3 a, .verbiage h2 a { color: #567 }
</style>
</head>
<body class="verbiage">
$BODY
</body>
</html>