Sha256: 71d366c45efc9ab4af9f2b04c35c17d44c4543240ef35950df82d587d10789d1
Contents?: true
Size: 419 Bytes
Versions: 4
Compression:
Stored size: 419 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>GuardDog</title> <meta name="robots" content="noindex, nofollow"> <meta name='viewport' content='width=device-width, user-scalable=no'> <%= stylesheet_link_tag "guard_dog/application", media: "all" %> <%= javascript_include_tag "guard_dog/application" %> <%= csrf_meta_tags %> </head> <body> <p id="guard_dog_notice"><%= notice %></p> <%= yield %> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems