Created
June 19, 2014 00:14
-
-
Save hitsujixgit/b2d182b713d5146ff712 to your computer and use it in GitHub Desktop.
最小限のファイルでテーマを作成してみる
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> | |
<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