-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 852 Bytes
/
Copy pathindex.html
File metadata and controls
30 lines (28 loc) · 852 Bytes
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
<!-- Resize the browser -->
<title>Ekademy - Erudition with technology</title>
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="/static/css/main.css" media="screen" title="no title" charset="utf-8">
<div id="device">
<span></span>
<div id="container">
<img src="/static/logo/logo.png" class="logo" alt="" />
<h1 class="title">Ekademy</h1>
<div id="icons">
<div class="icon">
<img src="/static/images/courses.png" alt="" />
<p>Courses</p>
</div>
<div class="icon">
<img src="/static/images/chat.png" alt="" />
<p>Chat</p>
</div>
<div class="icon">
<img src="/static/images/store.png" alt="" />
<p>Educational Store</p>
</div>
</div>
</div>
</div>
<footer>
© 2014, Ninjaas Labs Private Limited.
</footer>