You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
404 B
14 lines
404 B
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
|
<title>Q Movies Demo</title>
|
|
<?php wp_head(); ?>
|
|
</head>
|
|
<body>
|
|
|
|
<header class="header">
|
|
<div class="header-wrapper wrapper swing-in-top-fwd">
|
|
<a href="<?php echo get_home_url(); ?>" class="logo-wrapper swing-in-top-fwd delay_01"> <span class="tag">Q</span>Movies</a>
|
|
</div>
|
|
</header>
|