12 lines
No EOL
435 B
HTML
12 lines
No EOL
435 B
HTML
<!-- BEGIN header.html -->
|
|
<div id="header">
|
|
<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>
|
|
<div class="hero">
|
|
<a href="/">
|
|
<h1>{{ site.title }}</h1>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<!-- END header.html --> |