index.html

Mon, 05 Apr 2010 13:32:47 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 05 Apr 2010 13:32:47 +0100
changeset 47
6985de83d146
parent 40
6fb7b98629ae
child 48
12b42931151a
permissions
-rw-r--r--

Rename src/css -> src/ui in index.html

0
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 <html>
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2 <head>
40
6fb7b98629ae Replace index.html with a new one I've been using, to demonstrate opening the dialog with a link
Matthew Wild <mwild1@gmail.com>
parents: 32
diff changeset
3 <script type="text/javascript" src="src/js/jquery-1.4.2.min.js"></script>
11
bf6a0898e613 Include strophe in index.html
Matthew Wild <mwild1@gmail.com>
parents: 8
diff changeset
4
40
6fb7b98629ae Replace index.html with a new one I've been using, to demonstrate opening the dialog with a link
Matthew Wild <mwild1@gmail.com>
parents: 32
diff changeset
5 <script type="text/javascript" src="src/js/strophe.js"></script>
11
bf6a0898e613 Include strophe in index.html
Matthew Wild <mwild1@gmail.com>
parents: 8
diff changeset
6
40
6fb7b98629ae Replace index.html with a new one I've been using, to demonstrate opening the dialog with a link
Matthew Wild <mwild1@gmail.com>
parents: 32
diff changeset
7 <script type="text/javascript" src="src/js/xmpp_muc.js"></script>
6fb7b98629ae Replace index.html with a new one I've been using, to demonstrate opening the dialog with a link
Matthew Wild <mwild1@gmail.com>
parents: 32
diff changeset
8 <script type="text/javascript" src="src/js/supportchat.js"></script>
47
6985de83d146 Rename src/css -> src/ui in index.html
Matthew Wild <mwild1@gmail.com>
parents: 40
diff changeset
9 <link rel="stylesheet" href="src/ui/supportchat.css" />
1
472c3486b43e Add jQuery 1.4.2
Matthew Wild <mwild1@gmail.com>
parents: 0
diff changeset
10
40
6fb7b98629ae Replace index.html with a new one I've been using, to demonstrate opening the dialog with a link
Matthew Wild <mwild1@gmail.com>
parents: 32
diff changeset
11 <script type="text/javascript" src="src/js/jquery-ui-1.8rc3.custom.min.js"></script>
47
6985de83d146 Rename src/css -> src/ui in index.html
Matthew Wild <mwild1@gmail.com>
parents: 40
diff changeset
12 <link rel="stylesheet" href="src/ui/start/jquery-ui-1.8rc3.custom.css" />
32
12e4a5e80f3a Include jQuery UI js and stylesheet
Matthew Wild <mwild1@gmail.com>
parents: 31
diff changeset
13
0
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
14 <style type="text/css">
29
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents: 24
diff changeset
15 body
5
10712e3ac061 Split UI into stages, add simple question form
Matthew Wild <mwild1@gmail.com>
parents: 2
diff changeset
16 {
29
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents: 24
diff changeset
17 font-family:Verdana !important;
5
10712e3ac061 Split UI into stages, add simple question form
Matthew Wild <mwild1@gmail.com>
parents: 2
diff changeset
18 }
0
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
19 </style>
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
20 </head>
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
21 <body>
40
6fb7b98629ae Replace index.html with a new one I've been using, to demonstrate opening the dialog with a link
Matthew Wild <mwild1@gmail.com>
parents: 32
diff changeset
22 <p>Hello everyone! Need some help? Contact <a href="#support-chat">support</a>!</p>
0
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
23 </body>
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
24 </html>

mercurial