-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 998 Bytes
/
index.html
File metadata and controls
40 lines (37 loc) · 998 Bytes
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
35
36
37
38
39
40
<!DOCTYPE html>
<html dir="ltr" lang="ko">
<head>
<meta charset="utf-8" />
<title>새 탭</title>
<style>
body {
background: #ffffff;
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=""></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="chrome://theme/colors.css?sets=ui,chrome" />
<link rel="stylesheet" href="shared_vars.css" />
<main>
메인 만들기 만들기~!
</main>
</body>
</html>