1
0
mirror of https://github.com/pattern-lab/patternlab-php.git synced 2025-01-17 06:08:23 +01:00

removing the templates directory from the public patterns

This commit is contained in:
Dave Olsen 2013-07-03 10:49:11 -04:00
parent 43d42fa473
commit d207d73fee

View File

@ -1,21 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Style Guide for a Specific Pattern</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="/styleguide/css/styleguide.css" media="all" />
<link rel="stylesheet" href="/css/style.css" media="all" />
</head>
<body>
<!--Style Guide Main Content-->
<div class="sg-main" role="main">
<!--Patterns-->
<div id="patterns">
</div> <!--end #patterns-->
</div><!--end .sg-main-->
</body>
</html>