Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

baseof.html 384B

il y a 6 ans
il y a 6 ans
12345678910
  1. <!DOCTYPE html>
  2. <html class="no-js" lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}" scroll-behavior="smooth">
  3. {{- partial "head.html" . -}}
  4. <body id="body" data-spy="scroll" data-target=".navbar" data-offset="52">
  5. <div id="content">
  6. {{- block "main" . }}{{- end }}
  7. </div>
  8. {{- partial "footer.html" . -}}
  9. </body>
  10. </html>