Arpit
Arpit
Let's set up an endpoint on AWS(or RedHat?). I can make a Python Flask app that delivers the pages.
Yeah. The client side would be an `iframe`. We can change the HTML whenever we want.
I tried using raw html files from the repository in an `iframe`. Except for the header and the left navigation pane, everything was in an `iframe`. However that messed up...
In the current [FAQ.html](https://github.com/WorldBrain/Research-Engine/blob/master/extension/assets/FAQ.html), I took all the code from the `div` at [line 184](https://github.com/WorldBrain/Research-Engine/blob/master/extension/assets/FAQ.html#L184) and put that into a new html file. I replaced that `div` in FAQ.html with...
Yes it does. 
Looks fine now? 
There's a `frameborder` property of `iframe` which if set to 0 shows no border around the `iframe`. Along with that, I remove the div with class `col-md-8` to make the...


If that's the case then let's go ahead with the server. It isn't much of a hassle. > So why was the inner part so crammed before? Because of the...