-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patherror.html
More file actions
47 lines (40 loc) · 1.77 KB
/
error.html
File metadata and controls
47 lines (40 loc) · 1.77 KB
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
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1" />
<link rel="stylesheet" href="styles.css">
<title>InChI QR code generator</title>
</head>
<body>
<section class="navbar">
<h1 class="title hidden">Navigation bar</h1>
<a href="./index.html" class="active">QRInChI</a>
<div class="dropdown">
<button class="dropdownButton">InChI Resources ▼</button>
<div class="dropdownContent">
<a href="https://www.inchi-trust.org">InChI Trust</a>
<a href="https://iupac.org/who-we-are/committees/committee-details/?body_code=802">IUPAC InChI subcommittee</a>
<a href="https://doi.org/10.1186/s13321-018-0277-8">RInChI: the reaction InChI</a>
</div>
</div>
<div class="dropdown">
<button class="dropdownButton">About this program ▼</button>
<div class="dropdownContent">
<a href="http://orcid.org/0000-0002-8693-9136">J. M. Goodman</a>
<a href="http://orcid.org/0000-0002-2824-1805">E. D. J. Goodman</a>
<a href="https://github.com/Goodman-lab/InChiQRCodes">GitHub Source Code</a>
</div>
</div>
</section>
<section id="contentWrapper">
<h1 class="title">
Error!
</h1>
<h2 class="heading">
The InChIKey could not be converted into a QR code.
Are you sure it is correct?
</h2>
</section>
</body>
</html>