mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
21 lines
611 B
HTML
21 lines
611 B
HTML
|
<!DOCTYPE html>
|
||
|
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||
|
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||
|
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||
|
<!--[if gt IE 8]> <html class="no-js"> <![endif]-->
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
{{ partial "head.html" .}}
|
||
|
</head>
|
||
|
<body>
|
||
|
{{ partial "nav.html" .}}
|
||
|
<div id="wrapper">
|
||
|
<div class="container-fluid">
|
||
|
{{ partial "hanchor.html" .Content }}
|
||
|
</div>
|
||
|
</div>
|
||
|
{{ partial "footer.html" .}}
|
||
|
</body>
|
||
|
</html>
|