Created
November 15, 2019 03:47
-
-
Save torikizi/4a09ccd1b497398c3d0cdabe727f2f2a to your computer and use it in GitHub Desktop.
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 lang="ja"> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>タイトル</title> | |
</head> | |
<body> | |
こんにちは! | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment