aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
blob: cbff99e2ac43c0e0e551ae682a346f8dabf547c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
layout: compress
---

<!DOCTYPE html>
<html lang="en">

  {% include head.html %}
  <style>table{min-width: 300px;}</style>
  <body>
    {{ content }}
  </body>
</html>