-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
29 lines (29 loc) · 896 Bytes
/
popup.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style>
.item {
white-space: nowrap;
text-align: center;
width: auto;
padding: 8px;
margin: 0;
margin-top: 8px;
}
.button {
display: block;
font-size: medium;
text-decoration: none;
color: white;
background-color: #2684fc;
border: 0 solid #0167db;
}
</style>
</head>
<body>
<img src="images/128.png" style="text-align: center" height="150px" width="150px" class="item">
<h1 class="item" style="font-size: medium">BingChatAnywhere</h1>
<a href="https://www.bing.com/chat" target="_blank" class="item button">Bing Chat</a>
</body>
</html>