diff --git a/templates/index.tpl b/templates/index.tpl index e46b4bf4e5258c7526726f9a3721688fe2acd1d2..064700604afc7e237d03fea1a2faae879c477a82 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -1,7 +1,12 @@ <!doctype html5> <html> <head> -<title>In Vino Veritas</title> + <title>In Vino Veritas</title> + <style type="text/css"> + span.todo { + background: red; + } + </style> </head> <body> The DB contains {{ .Wines | len }} wine(s) right now: @@ -10,7 +15,7 @@ <input type="text" name="name" placeholder="Name"></input> <input type="number" name="rating" placeholder="Rating"></input> - <span>TODO: Image</todo> + <span class="todo">TODO: Image</todo> <button type="submit">+</button> </form>