diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-03-15 11:04:25 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-03-15 11:04:25 +0100 |
commit | abcb1a86381195ffb382297233158da2fa4aacc7 (patch) | |
tree | 5f429d5ca7fd1aace4335684d1b24ebb1f4a8590 /gui/views/services.tpl | |
parent | a36150d2305e93de9d0f58cb48273ed9909cab05 (diff) | |
download | dabmux-abcb1a86381195ffb382297233158da2fa4aacc7.tar.gz dabmux-abcb1a86381195ffb382297233158da2fa4aacc7.tar.bz2 dabmux-abcb1a86381195ffb382297233158da2fa4aacc7.zip |
Add tabbed interface to gui
Diffstat (limited to 'gui/views/services.tpl')
-rw-r--r-- | gui/views/services.tpl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gui/views/services.tpl b/gui/views/services.tpl index 7ca2f9f..7af383f 100644 --- a/gui/views/services.tpl +++ b/gui/views/services.tpl @@ -1,11 +1,7 @@ <!DOCTYPE html> <html><head> <title>ODR-DabMux Services</title> -<style> -body { - font-family: sans; -} -</style> +<link rel="stylesheet" href="static/style.css" /> </head> <body> <h1>Services for {{version}}</h1> |