-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 846 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
<!DOCTYPE html>
<html>
<head>
<title>Picture
plus
Music
</title>
<meta name=description content="Pictures + Music = Cool Stuff">
<meta http-equiv=content-type content="text/html;charset=UTF-8">
<link rel=stylesheet type=text/css href="http://fonts.googleapis.com/css?family=Lato">
<link rel=stylesheet type=text/css href=a/app.css>
</head>
<div id=main align=center>
<div id=welcome class=welcome>
<h1>Picture + Music</h1>
<b><p><a id=create href=#>Create</a> <a id=share href=#>Share</a> <a id=about href=#>About</a></p></b>
<p id=sm style=padding-top:5px>
</p>
<div id=content></div>
</div>
</div>
<p class='bottom right show' id=showelement></p>
<div id=yt></div>
<script src=http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js></script>
<script src=a/app.js></script>
<script src=a/goog.js></script>
</html>