mirror of https://github.com/MISP/misp-website
40 lines
673 B
HTML
40 lines
673 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ .Site.LanguageCode }}">
|
|
|
|
<head>
|
|
{{ partial "headers.html" . }}
|
|
{{ partial "custom_headers.html" . }}
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="all">
|
|
|
|
{{ partial "top.html" . }}
|
|
|
|
{{ partial "nav.html" . }}
|
|
|
|
{{ partial "carousel.html" . }}
|
|
|
|
{{ partial "features.html" . }}
|
|
|
|
{{ partial "download.html" . }}
|
|
|
|
{{ partial "testimonials.html" . }}
|
|
|
|
{{ partial "see_more.html" . }}
|
|
|
|
{{ partial "recent_posts.html" . }}
|
|
|
|
{{ partial "clients.html" . }}
|
|
|
|
{{ partial "footer.html" . }}
|
|
|
|
</div>
|
|
<!-- /#all -->
|
|
|
|
{{ partial "scripts.html" . }}
|
|
|
|
</body>
|
|
</html>
|