Skip to content

Commit 664da06

Browse files
author
Hackerpilot
committed
Re-add index_content.html
1 parent e0b9675 commit 664da06

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

index_content.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8"/>
5+
<link rel="stylesheet" type="text/css" href="style.css"/><script src="highlight.pack.js"></script>
6+
<title>Index</title>
7+
<base href=""/>
8+
<script src="search.js"></script>
9+
</head>
10+
<body><div class="breadcrumbs">
11+
<table id="results"></table>
12+
<input type="search" id="search" placeholder="Search" onkeyup="searchSubmit(this.value, event)"/>
13+
Main Page</div>
14+
<div class="section">
15+
<a href="https://github.com/economicmodeling/containers">https://github.com/economicmodeling/containers</a>
16+
</div>
17+
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)