mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-30 04:40:41 +00:00
24 lines
877 B
HTML
24 lines
877 B
HTML
<!doctype html>
|
|
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<meta name="apple-mobile-web-app-title" content="Vue.js Material">
|
|
<meta name="application-name" content="Vue.js Material">
|
|
<meta http-equiv="cleartype" content="on">
|
|
<meta name="description" content="Material Design for Vue">
|
|
|
|
<title>Vue.js Material</title>
|
|
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
|
|
</head>
|
|
|
|
<body v-cloak>
|
|
<docs></docs>
|
|
</body>
|
|
</html>
|