-
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) · 789 Bytes
/
index.html
File metadata and controls
29 lines (24 loc) · 789 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<title></title>
<link rel="stylesheet" href="stylesheets/application.css" media="screen">
</head>
<body>
<section class="container">
<div class="circle-container">
<div class="button cam">1</div>
<div class="button friend">2</div>
<div class="button location">3</div>
<div class="button music">4</div>
<div class="button comment">5</div>
<div class="button status">6</div>
</div>
<div class="open-button"></div>
</section>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="javascripts/application.js"></script>
</body>
</html>