-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
28 lines (24 loc) · 727 Bytes
/
Copy pathheader.php
File metadata and controls
28 lines (24 loc) · 727 Bytes
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
<?php
$site = '6LcRuNAUAAAAADtamJW75fYf8YtNHceSngjKsf-B';
$scrt = '6LcRuNAUAAAAALBu7Ymh0yxmTXTJmP0rsnkjGyj0';
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<?php wp_head(); ?>
<style>
:root{
--primary_color:<?php echo get_option( 'primary_color', '' ); ?>;
--secondary_color:<?php echo get_option( 'secondary_color', '' ); ?>;
}
</style>
</head>
<body <?php body_class(); ?>>
<view id="load" class="load">
<div class="circle"></div>
</view>
<header class="header" id="header">
</header>