Sha256: 30634de2962f07f5c3417f62913d8785e6fe47d1b779bdf475206cdff1615e53
Contents?: true
Size: 1.09 KB
Versions: 22
Compression:
Stored size: 1.09 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"> <meta name="color-scheme" content="dark light"> {{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
22 entries across 22 versions & 1 rubygems