Created
November 8, 2017 21:39
-
-
Save Sstobo/a564885165a4c2897dd8c43276878bd7 to your computer and use it in GitHub Desktop.
[WP setup html]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html <?php language_attributes(); ?>> | |
<head> | |
<meta charset="<?php bloginfo( 'charset' ); ?>"> | |
</head> | |
<body> | |
<h1 class="site-title"><?php bloginfo( 'name' ); ?></h1> | |
<p class="description"><?php bloginfo( 'description' ); ?></p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment