Kevin van Zonneveld 9 年之前
父節點
當前提交
aa0ef56ba4
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      website/src/examples/google/index.ejs

+ 4 - 4
website/src/examples/google/index.ejs

@@ -6,7 +6,7 @@ order: 1
 ---
 
 {% blockquote %}
-Making modal dialog great again.
+Showcasing a google drive integration
 {% endblockquote %}
 
 <link rel="stylesheet" href="app.css">
@@ -22,14 +22,14 @@ Making modal dialog great again.
 <p>
   On this page we're using the following HTML snippet:
 </p>
-{% include_code lang:html modal/app.html %}
+{% include_code lang:html google/app.html %}
 
 <p>
   Along with this JavaScript:
 </p>
-{% include_code lang:js modal/app.es6 %}
+{% include_code lang:js google/app.es6 %}
 
 <p>
   And the following CSS:
 </p>
-{% include_code lang:css modal/app.css %}
+{% include_code lang:css google/app.css %}