-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
38 lines (35 loc) · 1.7 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>GoDoc Playground</title>
<script src="https://unpkg.com/[email protected]/split.min.js"></script>
<script src="https://unpkg.com/[email protected]/src-min/ace.js"></script>
<script src="https://buttons.github.io/buttons.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
<script src="godoc-playground.js"></script>
<script src="index.js"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/minireset.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="fillScreen">
<header>
<div class="logo">GoDoc Playground</div>
<div class="header-right">
<div class="ghbtns">
<a class="github-button" href="https://github.com/bradleyjkemp/godoc-playground" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star bradleyjkemp/godoc-playground on GitHub">Star</a>
<a class="github-button" href="https://github.com/bradleyjkemp/godoc-playground/issues" data-icon="octicon-issue-opened" data-size="large" data-show-count="true" aria-label="Issue bradleyjkemp/godoc-playground on GitHub">Report an Issue</a>
</div>
</div>
</header>
<div class="splitContainer">
<div class="split" id="codePane">
<div id="code-editor"></div>
</div>
<iframe class="split loader" id="previewPane"></iframe>
</div>
</div>
</body>
</html>