-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
20 lines (16 loc) · 1.25 KB
/
Copy pathheader.php
File metadata and controls
20 lines (16 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<?php wp_head(); ?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>RESUME</title>
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/reset.css" />
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/text.css" />
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/960_24_col.css" />
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/sytles.css" />
<link href="<?php echo get_template_directory_uri(); ?>/css/colorpicker.css" rel="stylesheet"/>
<link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/css/jquery.lightbox-0.5.css" media="screen" />
<script src="<?php echo get_template_directory_uri(); ?>/js/scroll-startstop.events.jquery.js" type="text/javascript"></script>
<link href='http://fonts.googleapis.com/css?family=Lobster|PT+Sans+Narrow:400,700|PT+Sans:400,700' rel='stylesheet' type='text/css' />
</div>
</head>