Sha256: 76d5739edfa64cd37ca89796472ea6a8c7a95e0afcb4e03206c951282aec2940
Contents?: true
Size: 991 Bytes
Versions: 2
Compression:
Stored size: 991 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>ClientApp</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta id="preloaded-data" data-root-path="/logs" data-preloaded="{}"> {{content-for "head"}} <link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css"> <link integrity="" rel="stylesheet" href="{{rootURL}}assets/client-app.css"> <link href='//fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'> {{content-for "head-footer"}} </head> <body> {{content-for "body"}} <script src="{{rootURL}}assets/vendor.js"></script> <script src="{{rootURL}}assets/client-app.js"></script> {{content-for "body-footer"}} </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
logster-1.3.0 | client-app/app/index.html |
logster-1.3.pre | client-app/app/index.html |