Created
March 14, 2016 09:22
-
-
Save pongpat/4096fc4d22b7cd18ca13 to your computer and use it in GitHub Desktop.
เทมเพลตเริ่มต้นกับ Material Design Lite
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="th"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> | |
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" /> | |
<link rel="stylesheet" href="https://code.getmdl.io/1.1.2/material.red-blue.min.css" /> | |
<script defer src="https://code.getmdl.io/1.1.2/material.min.js"></script> | |
<title>Hello World!!</title> | |
</head> | |
<body> | |
Hello World!! | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment