git commit -m "first commit for v2"
This commit is contained in:
21
Devices/Libraries/Systems/can-utils/page.theme
Executable file
21
Devices/Libraries/Systems/can-utils/page.theme
Executable file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>page: <?theme title?></title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<style>
|
||||
|
||||
div#toc li {
|
||||
list-style : none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id='toc'>
|
||||
<?theme toc?>
|
||||
</div>
|
||||
<?theme body?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user