forked from cicada-solvers/isitcicada
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 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
<!DOCTYPE html>
<html>
<head>
<title>Is It Cicada?</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="theme.css">
<script src="jquery-3.2.1.min.js"></script>
<script src="openpgp.min.js"></script>
<script src="pgputil.js"></script>
<script src="script.js"></script>
</head>
<body class="flex-container">
<div class="flex-item head-flex-container">
<div class="head-flex-item"></div>
<div class="head-flex-item"><center><h1>Is It Cicada?</h1><h2 id="result_text"> </h2></center></div>
<div class="head-flex-item textright"><span class="links">main • <a href="about.html">about</a></span></div>
</div>
<textarea id="input_text" class="flex-item" placeholder="Paste PGP-signed message here"></textarea>
<div id="loadcover"><h1>Loading...</h1></div>
</body>
</html>