forked from thoughtspot/thoughtspot.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.37 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
<html>
<head>
<meta http-equiv="refresh" content="0; url=/4.4/index.html" />
<style>
.center-div
{
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 300px;
height: 300px;
/*background-color: #ed5f46;*/
border-radius: 3px;
}
#holder
{
display:table-cell;
vertical-align:middle;
text-align:center;
height:500px;
width:600px;
border: 5px solid #ed5f46;
}
</style>
<title>Welcome to ThoughtSpot’s Documentation</title>
<meta property="og:locale" content="en_US" />
<meta name="description" content="Home page of documentation for the ThoughtSpot BI product. ThoughtSpot is a business intelligence and big data analytics platform that helps you explore, analyze and share real-time business analytics data easily." />
<meta property="og:description" content="Home page of d Documentation for the ThoughtSpot BI product. ThoughtSpot is a business intelligence and big data analytics platform that helps you explore, analyze and share real-time business analytics data easily." />
<link rel="canonical" href="https://docs.thoughtspot.com/" />
<meta property="og:url" content="https://docs.thoughtspot.com/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@" />
</head>
<body>
<!-- <div class="center-div" id="holder">
<img src="under-constructions.png" alt="Under Construction">
</div> -->
</body>
</html>