From df45f8dca46812e98246047acc344e23a8506183 Mon Sep 17 00:00:00 2001 From: Glenwing Date: Fri, 18 Aug 2017 16:11:37 -0700 Subject: [PATCH] HTML Import Test 4 --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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