mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-24 18:00:31 +00:00
26 lines
909 B
HTML
26 lines
909 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>
|
|
<div id="app" v-cloak>
|
|
<docs></docs>
|
|
</div>
|
|
</body>
|
|
</html>
|