-
Notifications
You must be signed in to change notification settings - Fork 7
/
skeleton.html
42 lines (40 loc) · 1.46 KB
/
skeleton.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
<!DOCTYPE html>
<html>
<head>
<title>Documentation</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="style.css" />
<script type="text/javascript" src="script.js"></script>
<!-- You should delete this line if you don't want to use
the JS-based search as it exists just to optimize that. -->
<link rel="prefetch" href="search-results.html" />
</head>
<body>
<div id="page-header">
<div id="logotype">
<span>Documentation</span>
<nav>
<a href="https://github.com/ShigekiKarita/grain">GitHub</a>
<a href="https://github.com/ShigekiKarita/grain/tree/master/example">Example</a>
<a href="http://dlang.org/">Dlang.org</a>
</nav>
</div>
<form id="search" action="search-docs.html">
<input placeholder="Find a symbol name..." type="search" name="searchTerm" />
<input type="submit" value="Go" />
</form>
</div>
<div id="page-body">
<div id="page-content">
</div>
<div id="page-nav">
</div>
</div>
<div id="page-footer">
Distributed under <a href="https://www.boost.org/users/license.html">BSL-1.0</a>.
Copyright <a href="https://shigekikarita.github.io">Shigeki Karita</a> 2018.
Page generated by <a href="https://github.com/adamdruppe/adrdox">adrdox</a>
</div>
</body>
</html>