-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHeadder.php
More file actions
42 lines (37 loc) · 1.2 KB
/
Headder.php
File metadata and controls
42 lines (37 loc) · 1.2 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
37
38
39
40
41
42
<html>
<head>
<title>Code-Rex</title>
<!--<link type="text/css" href="css/ui-lightness/jquery-ui-1.8.16.custom.css" rel="stylesheet" /> -->
<link type="text/css" href="css/dark-hive/jquery-ui-1.8.16.custom.css" rel="stylesheet" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.ui.js"></script>
<style type="text/css">
/*demo page css*/
body{ font: 70.5% "Trebuchet MS", sans-serif; margin: 50px;background: url('css/glossymetal.jpg');}
.demoHeaders { margin-top: 2em; }
</style>
<style>
.hightlight {
border:2px solid #9F1319;
}
.loading {
float:right;
/*background:url(ajax-loader.gif) no-repeat 1px;*/
height:28px;
width:28px;
display:none;
}
</style>
</head>
<body>
<h1>Welcome to Code-Rex</h1>
<div id="fb-root"></div>
<script>
// Load the SDK Asynchronously
(function(d){
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));
</script>