Import Cobalt 9.96542
diff --git a/src/cobalt/build/build.id b/src/cobalt/build/build.id
index 1bb91e9..05f7d20 100644
--- a/src/cobalt/build/build.id
+++ b/src/cobalt/build/build.id
@@ -1 +1 @@
-89162
\ No newline at end of file
+96542
\ No newline at end of file
diff --git a/src/cobalt/loader/embedded_resources/splash_screen.html b/src/cobalt/loader/embedded_resources/splash_screen.html
index 0e57e3b..40e5bcc 100644
--- a/src/cobalt/loader/embedded_resources/splash_screen.html
+++ b/src/cobalt/loader/embedded_resources/splash_screen.html
@@ -1,32 +1,24 @@
 <!DOCTYPE html>
+<!--
+  Copyright 2017 Google Inc. All Rights Reserved.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <html>
 
 <head>
-<meta http-equiv="Content-Security-Policy" content="default-src 'none';
-    script-src h5vcc-embedded://*/splash_screen.js;
-    style-src h5vcc-embedded://*/splash_screen.css;
-    img-src h5vcc-embedded://*/you_tube_logo.png;">
-<link rel="stylesheet" type="text/css" href="h5vcc-embedded://splash_screen.css">
+  <meta http-equiv="Content-Security-Policy: style-src 'sha256-xmVxpUwZn65/t+v5EPwcm3g3WxZz1bJoPW/GtjJs75I=';">
 </head>
 
-<body>
-  <div id="splash">
-    <img src="h5vcc-embedded://you_tube_logo.png" class="hidden">
-  </div>
-  <div id="loading">
-    <div id="spinner">
-      <div class="dot" id="dot1"></div>
-      <div class="dot" id="dot2"></div>
-      <div class="dot" id="dot3"></div>
-      <div class="dot" id="dot4"></div>
-      <div class="dot" id="dot5"></div>
-      <div class="dot" id="dot6"></div>
-      <div class="dot" id="dot7"></div>
-      <div class="dot" id="dot8"></div>
-    </div>
-  </div>
-  <script type="text/javascript" src="h5vcc-embedded://splash_screen.js">
-  </script>
-</body>
-
+<body style="background-color: #000000;"></body>
 </html>