-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (24 loc) · 770 Bytes
/
index.html
File metadata and controls
29 lines (24 loc) · 770 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<title>WOTD-Cardio Routine</title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="assets/js/custom.js"></script>
</head>
<body>
<header></header>
<nav>
</nav>
<div id="wrapper">
<div class="enter_word">
<input type="text" name="wotd" id="wotd" />
<input type="button" name="submit" id="submit">
</div>
<div class="build_workout"></div>
</div>
</body>