-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGoogle.html
34 lines (32 loc) · 1.04 KB
/
Google.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!doctype html>
<html dir="ltr" lang="fi">
<head>
<meta charset="utf-8">
<title>Uusi välilehti</title>
<style>
body {
background: #35363A;
margin: 0;
}
#backgroundImage {
border: none;
height: 100%;
pointer-events: none;
position: fixed;
top: 0;
visibility: hidden;
width: 100%;
}
[show-background-image] #backgroundImage {
visibility: visible;
}
</style>
</head>
<body>
<iframe id="backgroundImage" src="chrome-untrusted://new-tab-page/custom_background_image?url=https%3A%2F%2Flh3.googleusercontent.com%2Fproxy%2FV5bpa4JtgzzqBJmJFBlcETl0lKVVuQ1t7gHYDOTi47zTUqp04TrUjGHUe8TkmG2YLaGrvm7FIdoqaqRq7zSGpv0kw7JST10uu_fQqAxEHjMQrTFV42rohR8_RqmvYXySwSG8pA%3Dw3840-h2160-p-k-no-nd-mv"></iframe>
<ntp-app></ntp-app>
<script type="module" src="new_tab_page.js"></script>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<link rel="stylesheet" href="shared_vars.css">
</body>
</html>