-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (23 loc) · 848 Bytes
/
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
<html>
<head>
<meta charset="utf-8">
<title>Home</title>
<meta name="viewport" content="initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png">
<link rel="shortcut icon" href="icons/favicon.png"/>
<link rel="stylesheet" type="text/css" media="all" href="css/all.css">
<link rel="stylesheet" type="text/css" media="all" href="css/main.css">
<link rel="manifest" href="manifest.webmanifest">
</head>
<body>
<div id="intro">
<h1>Magic Helper</h1>
</div>
<div id="selection_menu">
<a href="html/life_counter.html" class="option option-text">
Life Counter
</a>
</div>
</body>
</html>