-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
28 lines (28 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<title>Is It Cicada?</title>
<meta charset="UTF-8">
<link rel="icon" href="assets/images/favicon.ico">
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/app-theme.css">
<script src="assets/js/lib/jquery-3.7.0.min.js"></script>
<script src="assets/js/lib/openpgp.min.js"></script>
<script src="assets/js/app/lineparser.js?v=8"></script>
<script src="assets/js/app/initiallinematcher.js?v=8"></script>
<script src="assets/js/app/pgpclearsignparser.js?v=8"></script>
<script src="assets/js/app/pgpsignparser.js?v=8"></script>
<script src="assets/js/app/pgpparsing.js?v=8"></script>
<script src="assets/js/app/pgputil.js?v=8"></script>
<script src="assets/js/app/app-main.js?v=8"></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><h4 id="warning_text"> <br> <br> </h4></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>