-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (34 loc) · 1.28 KB
/
index.html
File metadata and controls
42 lines (34 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<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>Iruka</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|PT+Sans" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<p class="header">
<span>
</span>
<span class="align-right">
<a class="info" href="https://github.com/iruka-dev/iruka#readme" target="_blank">What is Iruka?</a>
</span>
</p>
<h1>Iruka</h1>
<button id="refresh-btn" type="button" name="button">
<img src="images/np_refresh_888725_FFFFFF.png" alt="refresh">
</button>
<!-- Search Form by Adrian: https://codepen.io/912lab/pen/LsplC -->
<form class='search-form' id="demo-2">
<input name="organization" type="search" placeholder="Search" autocomplete="off">
</form>
<div class="results">
</div>
</div>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="build/main-bundled.js"></script>
</body>
</html>