-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·41 lines (41 loc) · 1.66 KB
/
index.html
File metadata and controls
executable file
·41 lines (41 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Text Input Effects | Set 1</title>
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.2.0/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="overlay"></div>
<div class="container">
<section class="content">
<span class="input">
<label class="input__label input__label--minoru" for="input-13">
<span class="input__label-content input__label-content--minoru">Record HR</span>
</label>
<input class="input__field input__field--minoru" type="text" id="input-13" />
</span>
<span class="input">
<label class="input__label input__label--minoru" for="input-14">
<span class="input__label-content input__label-content--minoru">Date measured on</span>
</label>
<input class="input__field input__field--minoru" type="text" id="input-14" />
</span>
<span class="input">
<label class="input__label input__label--minoru" for="input-15">
<span class="input__label-content input__label-content--minoru">Notes / Results</span>
</label>
<input class="input__field input__field--minoru" type="text" id="input-15" />
</span>
</section>
</div><!-- /container -->
</body>
</html>