-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (28 loc) · 1.03 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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Page not Found | OpenMRS Qa-RefApp</title>
<link href="https://fonts.googleapis.com/css?family=Questrial" rel="stylesheet">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="bbg"></div>
<div class="err-box">
<span class="b4">4</span><img class="logo" src="https://wiki.openmrs.org/download/attachments/131074/global.logo?version=6&modificationDate=1394789288000&api=v2" alt="OpenMRS Logo"><span class="b4">4</span>
<h1>
The box is open, but <span style="color: #ffb300">nothing</span> here.
</h1>
<h3>... what about some searching in for another box?</h3>
<form action="">
<input type="text" placeholder="look for something else...">
<button>Search</button>
</form>
<span>or</span>
<strong>
<a href="https://qa-refapp.openmrs.org" id="goHome">Go Home?</a>
</strong>
</div>
</body>
</html>