Skip to content

Instantly share code, notes, and snippets.

@pongpat
Created March 14, 2016 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pongpat/4096fc4d22b7cd18ca13 to your computer and use it in GitHub Desktop.
Save pongpat/4096fc4d22b7cd18ca13 to your computer and use it in GitHub Desktop.
เทมเพลตเริ่มต้นกับ Material Design Lite
<!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