diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/img/database.png | bin | 0 -> 21878 bytes | |||
-rw-r--r-- | static/img/pi_zero.jpg | bin | 0 -> 280657 bytes | |||
-rw-r--r-- | static/styles.css | 8 |
3 files changed, 8 insertions, 0 deletions
diff --git a/static/img/database.png b/static/img/database.png Binary files differnew file mode 100644 index 0000000..71d1b96 --- /dev/null +++ b/static/img/database.png diff --git a/static/img/pi_zero.jpg b/static/img/pi_zero.jpg Binary files differnew file mode 100644 index 0000000..5520786 --- /dev/null +++ b/static/img/pi_zero.jpg diff --git a/static/styles.css b/static/styles.css new file mode 100644 index 0000000..2d42220 --- /dev/null +++ b/static/styles.css @@ -0,0 +1,8 @@ +dl > dt { + font-weight: bold; +} + +dd { + margin-bottom: 1em; + margin-left: 2em; +} |