-
Notifications
You must be signed in to change notification settings - Fork 32
/
index.html
36 lines (32 loc) · 890 Bytes
/
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Viewing Docs at Gophie Docs</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Live Gophie server" />
<meta name="author" content="Bisoncorps" />
<style type="text/css">
body,
html {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
#content {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0px;
}
</style>
</head>
<body>
<div id="content">
<iframe width="100%" height="100%" frameborder="0" src="https://bisoncorps.stoplight.io/docs/gophie/reference/Gophie.v1.yaml" />
</div>
</body>
</html>