mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Add main body layout markup
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
<!-- For mobile devices. -->
|
||||
<meta name="viewport" content="width=device-width"/>
|
||||
|
||||
<link rel="stylesheet" href="css/site.css"/>
|
||||
<link rel="stylesheet" href="css/main.css"/>
|
||||
<link rel="stylesheet" href="css/site.css"/>
|
||||
|
||||
</head>
|
||||
<!--[if IE 7]><body class="ie7"><![endif]-->
|
||||
@@ -27,7 +27,16 @@
|
||||
|
||||
{{> header}}
|
||||
|
||||
{{{body}}}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<section>
|
||||
<div class="section">
|
||||
|
||||
{{{body}}}
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{> footer}}
|
||||
|
||||
|
Reference in New Issue
Block a user