diff options
| author | alpaylan | 2021-04-16 01:03:21 +0300 |
|---|---|---|
| committer | alpaylan | 2021-04-16 01:03:21 +0300 |
| commit | b4212a90caa899785402c06d57216e75de0f1c88 (patch) | |
| tree | 8adbe6eb6b451eee20d181f26ab771e0c5a920ee /templates/header.html | |
| parent | 82864341afc78b23b358cd775c70ffbfa0d0303f (diff) | |
| parent | 72f8ae422eeb03ed87c7819af5d5e25758267b03 (diff) | |
| download | gradecoin-b4212a90caa899785402c06d57216e75de0f1c88.tar.gz gradecoin-b4212a90caa899785402c06d57216e75de0f1c88.tar.bz2 gradecoin-b4212a90caa899785402c06d57216e75de0f1c88.zip | |
Merge remote-tracking branch 'origin/main'
# Conflicts:
# src/schema.rs
Diffstat (limited to 'templates/header.html')
| -rw-r--r-- | templates/header.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/header.html b/templates/header.html new file mode 100644 index 0000000..fffbefe --- /dev/null +++ b/templates/header.html | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | <html> | ||
| 2 | <head> | ||
| 3 | <title>Bookstore</title> | ||
| 4 | {% include "css.html" %} | ||
| 5 | </head> | ||
| 6 | <body> | ||
| 7 | <div> | ||
| 8 | <h1>Bookstore</h1> | ||
| 9 | </div> | ||
| 10 | {% include "menu.html" %} | ||
| 11 | <hr /> | ||
