-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstretch.html
More file actions
36 lines (28 loc) · 1.25 KB
/
stretch.html
File metadata and controls
36 lines (28 loc) · 1.25 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
<!DOCTYPE>
<html>
<head>
<title>No Carpal Tunnel Plz</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
<link href="css/style.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Poiret+One|Exo:400,700' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" type="image/x-icon" href="img/icon.ico" />
</head>
<div class='nav'>
<a href="index.html">HOME</a>
<a href="about.html">ABOUT</a>
</div>
<div class='tip-wrapper wrapper'>
<h1 class='tipName'></h1>
<img src='' class='demoimg'>
<div class='sourcebox'>
<label for='sourceLink'>Source: </label>
<a id='sourceLink'></a>
</div>
<ol class='tipIntructions'></ol>
<button id='newTip' class='btn btn-success'>Different Tip Please</button>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>