We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6ff96 commit a59e359Copy full SHA for a59e359
index.html
@@ -7,6 +7,9 @@
7
<meta name="description" content="Public documentation and sample code for integration with Connected Cars">
8
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
9
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
10
+ <style type="text/css">
11
+ p > img { border: 1px solid #ccc; }
12
+ </style>
13
</head>
14
<body>
15
<div id="app"></div>
0 commit comments