-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
42 lines (42 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Secure Computation Papers</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body onload="init()">
<div class="container">
<div class="row">
<div class="offset-by-ten two columns" id="about-div" style="text-align:center;">
<p>
<small><a href="about.html">about this site</a></small>
</p>
</div>
</div>
<div class="row">
<div class="twelve columns" id="main-div" style="margin-top: 10%">
<h4>A List of Secure Computation
Papers <a href="rss/list.rss"><img src="images/feed-icon-14x14.png" alt="rss-icon"></a></h4>
</div>
</div>
<div class="row">
<div class="twelve columns" id="search-div">
<p>
<input type="text" name="search" id="search-input" placeholder="Search..."
onkeyup="search()"><br/>
</p>
<div>
</div>
<div class="row">
<div class="twelve columns" id="list-div">
</div>
</div>
</div>
</div>
</div>
<script async src="scripts/listgen.min.js"></script>
</body>
</html>