Sha256: cc4f470a8f3c38a65887c8ac0bf4a9f5e393f9fde55bd07e645aed699dd9a028
Contents?: true
Size: 1.04 KB
Versions: 14
Compression:
Stored size: 1.04 KB
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, minimum-scale=1.0, maximum-scale=1.0, user-scalable=yes"> <meta id="preloaded-data" data-root-path="/logs"> {{content-for "head"}} <link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css"> <link integrity="" rel="stylesheet" href="{{rootURL}}assets/client-app.css"> <link rel="shortcut icon" href="{{rootURL}}assets/images/icon_64x64.png"> <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
14 entries across 14 versions & 1 rubygems