forked from cashsun/fightclub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
10 lines (10 loc) · 713 Bytes
/
header.php
File metadata and controls
10 lines (10 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Fightclub</title>
<link rel="shortcut icon" href="favicon.ico"></link>
<link rel="stylesheet" href="css/main.css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="js/jquery-1.8.1.min.js"%3E%3C/script%3E'))</script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script>!window.jQuery.ui && document.write(unescape('%3Cscript src="js/jquery-ui-1.8.23.custom.min.js"%3E%3C/script%3E'))</script>
</head>