first commit

This commit is contained in:
cupcakearmy
2019-05-03 08:45:48 +02:00
parent f6ff67fa25
commit 72d99748fb
34 changed files with 588 additions and 0 deletions

12
liquet/header.php Normal file
View 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">