Sha256: e5a4ae2534cb43fe4286babad490974c6cac5f460dc86d2c0f024469253004e2
Contents?: true
Size: 584 Bytes
Versions: 17
Compression:
Stored size: 584 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <title>Cesium Viewer</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= requirejs_include_tag "application" %> <%= csrf_meta_tags %> <!-- Use Chrome Frame in IE --> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <!-- Make the application take up the full browser screen and disable user scaling--> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> </head> <body> <%= yield %> </body> </html>
Version data entries
17 entries across 17 versions & 1 rubygems