| Index: chrome/browser/resources/vr_shell/vr_shell_ui.html
|
| diff --git a/chrome/browser/resources/vr_shell/vr_shell_ui.html b/chrome/browser/resources/vr_shell/vr_shell_ui.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4cd5ace00c6038e043499b80c96dafd6d48160ae
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
|
| @@ -0,0 +1,24 @@
|
| +<!--
|
| +Copyright 2016 The Chromium Authors. All rights reserved.
|
| +Use of this source code is governed by a BSD-style license that can be
|
| +found in the LICENSE file.
|
| +-->
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| +<meta charset="utf-8">
|
| +<if expr="is_android or is_ios">
|
| +<meta name="viewport" content="width=device-width, initial-scale=1.0,
|
| + maximum-scale=1.0, user-scalable=no">
|
| +<meta http-equiv="cache-control" content="no-cache">
|
| +<meta http-equiv="pragma" content="no-cache">
|
| +</if>
|
| +<title>Vr Shell UIs</title>
|
| +<link rel="stylesheet" href="vr_shell_ui.css">
|
| +</head>
|
| +<body>
|
| +</body>
|
| +
|
| +<!-- Run script after creating body, to let it add its own elements. -->
|
| +<script src="vr_shell_ui.js"></script>
|
| +</html>
|
|
|