fixing scrolling macaron
This commit is contained in:
parent
a10fbf402b
commit
b375fa3784
5 changed files with 77 additions and 57 deletions
|
|
@ -1,22 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% include metahead.html %}
|
||||
{% include metahead.html %}
|
||||
</head>
|
||||
<body id=>
|
||||
<canvas style="display:none" id="canvas" width="285" height="285"></canvas>
|
||||
<canvas style="display:none" id="canvas3" width="570" height="570"></canvas>
|
||||
<canvas id="canvas2" width="570" height="570">*** THIS BROWSER DOES NOT SUPPORT THE CANVAS ELEMENT ***</canvas>
|
||||
{% include rightnow.html %}
|
||||
{% include editor-open-closebutton.html %}
|
||||
{% include hero.html %}
|
||||
<div id="content">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
<body>
|
||||
{% include editor-open-closebutton.html %}
|
||||
{% include hero.html %}
|
||||
<div id="footer">
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
|
||||
<!-- <div id="navigation"> </div> -->
|
||||
|
||||
<div id="content">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue