Skip to content
Snippets Groups Projects
Select Git revision
  • 42c0d46b29f92c478ee923801ea4aaf0d3cbf371
  • master default protected
  • leo
  • dex
  • pendulum
  • apfelstruder
  • littlerascal
7 results

vdom.js

Blame
  • default.html 383 B
    <!doctype html>
    <html>
      <head>
        <meta charset="utf-8">
        <title>{{ page.title }}</title>
        <link rel="stylesheet" href="{{ "/assets/css/styles.css" | real_relative_url }}">
        {% include mathjax.html %}
        <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
      </head>
      <body>
        {% include navigation.html %}
        {{ content }}
      </body>
    </html>