diff --git a/website/docs/gettingStarted.html b/website/docs/gettingStarted.html
index 838c3c5..0517c47 100644
--- a/website/docs/gettingStarted.html
+++ b/website/docs/gettingStarted.html
@@ -3,9 +3,9 @@
Getting Started - impress.js
-
-
-
+
+
+
diff --git a/website/docs/index.html b/website/docs/index.html
index 16a2367..cbf5a2e 100644
--- a/website/docs/index.html
+++ b/website/docs/index.html
@@ -3,9 +3,9 @@
Docs - impress.js
-
-
-
+
+
+
diff --git a/website/docs/src/build.js b/website/docs/src/build.js
index 73796b2..e535445 100644
--- a/website/docs/src/build.js
+++ b/website/docs/src/build.js
@@ -36,4 +36,12 @@ for ( let item in plugins ) {
function parseJS ( filepath ) {
console.log( 'no readme found' );
let jsFiles = fs.readdirSync( filepath );
+}
+
+function checkLinks ( html ) {
+
+}
+
+function storeHTML ( html, path ) {
+
}
\ No newline at end of file