Skip to content

Instantly share code, notes, and snippets.

@hitsujixgit
Created June 16, 2014 01:01
Show Gist options
  • Save hitsujixgit/09b4b3c099e1114fb142 to your computer and use it in GitHub Desktop.
Save hitsujixgit/09b4b3c099e1114fb142 to your computer and use it in GitHub Desktop.
Wordpress sample theme for training. #01
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>HitsujixWordpress</title>
<link rel="stylesheet" href="http://127.0.0.1:8080/wordpress/wp-content/themes/Training/style.css" type="text/css" />
</head>
<body>
Hello, welcome to Wordpress!
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment