mirror of
https://github.com/cupcakearmy/liquet.git
synced 2025-09-08 00:20:41 +00:00
first commit
This commit is contained in:
12
liquet/header.php
Normal file
12
liquet/header.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php $dir = get_bloginfo( 'template_directory' ) ?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<?php add_theme_support( 'title-tag' ); ?>
|
||||
<?php wp_head(); ?>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
Reference in New Issue
Block a user