diff --git a/docs/index.html b/docs/index.html index d192911..f83a3dd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,9 +1,9 @@ - + - + @@ -11,5 +11,5 @@ var link = document.querySelector('link[rel="import"]'); var content = link.import; - document.getElementById('mainbody').innerHTML = content.documentElement.innerHTML; + document.getElementById('page').innerHTML = content.documentElement.innerHTML; \ No newline at end of file