-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
35 lines (33 loc) · 1.21 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
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<title>Mind Launcher</title>
<meta charset="utf-8">
<meta name="content" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class="content">
<div class="content-inner">
<div class="modal-header">
<h1 class="logo">
<img src="images/mlogo.png" class="logo-icon">Mind <!-- <span class="version">(1.0.0)</span> -->
</h1>
</div>
<div class="modal-content">
<p>Easily access self help tips and other fun things</p>
</div>
<div class="modal-icons">
<div class="flex-container">
<a href="quotes/index.html" target="_blank" title="Quotes"><img src="images/quote.svg"></a>
<a href="tyspeed/index.html" target="_blank" title="Typing speed"><img src="images/typing.svg"></a>
<a href="drumkit/index.html" target="_blank" title="DrumKit"><img src="images/drum-kit.svg"></a>
<a href="meditate/index.html" target="_blank" title="Meditate"><img src="images/meditation.svg"></a>
</div>
</div>
</div>
</div>
</body>
</html>