#178: Configure Cake.Frosting build system
This commit is contained in:
14
build/Themes/Github/Theme.html
Normal file
14
build/Themes/Github/Theme.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<base href="{$docPath}" />
|
||||
<meta charset="utf-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||
<link href="{$cssFile}" rel="stylesheet"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="Main" class="markdown-body">
|
||||
{$html}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user