forked from GetStream/stream-chat-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (45 loc) · 1.47 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>DEPRECATED Stream Chat React Native - Docs DEPRECATED</title>
<link rel="icon" type="image/x-icon" href="https://getstream.imgix.net/images/favicons/favicon-96x96.png">
<style>
.deprecationBanner {
position: fixed;
right: 0;
left: 210px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #ae423f;
}
.deprecationText, a {
color: #fff;
font-weight: bold;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
}
a {
color: #78d4fc;
font-size: 1.5rem;
padding: 20px 0;
}
@media only screen and (max-width: 600px){
.deprecationBanner {
left: 0;
}
}
</style>
</head>
<body>
<div class='deprecationBanner'>
<h1 class='deprecationText'>⚠️ This Documentation is Deprecated ⚠️</h1>
<a href='https://getstream.io/chat/docs/sdk/reactnative/'>Click here to consult our new docs</a>
</div>
<div id="rsg-root"></div>
<script src="build/bundle.38535de9.js"></script>
</body>
</html>