65 lines
1.9 KiB
HTML
65 lines
1.9 KiB
HTML
<!--
|
|
Speed Dial head template for Midori.
|
|
Copyright (C) 2009 Jean-François Guchens <zcx000@gmail.com>
|
|
This file is licensed under the terms of the expat license, see the file EXPAT.
|
|
-->
|
|
<div id="content">
|
|
<div class="shortcut top" id="s1">
|
|
<a href="#" onclick="javascript:return getAction('s1');">
|
|
<h1>1</h1><h4><span/></h4>
|
|
</a>
|
|
<p> </p>
|
|
</div>
|
|
<div class="shortcut top" id="s2">
|
|
<a href="#" onclick="javascript:return getAction('s2');">
|
|
<h1>2</h1><h4><span/></h4>
|
|
</a>
|
|
<p> </p>
|
|
</div>
|
|
<div class="shortcut top right" id="s3">
|
|
<a href="#" onclick="javascript:return getAction('s3');">
|
|
<h1>3</h1><h4><span/></h4>
|
|
</a>
|
|
<p> </p>
|
|
</div>
|
|
<div class="shortcut" id="s4">
|
|
<a href="#" onclick="javascript:return getAction('s4');">
|
|
<h1>4</h1><h4><span/></h4>
|
|
</a>
|
|
<p> </p>
|
|
</div>
|
|
<div class="shortcut" id="s5">
|
|
<a href="#" onclick="javascript:return getAction('s5');">
|
|
<h1>5</h1><h4><span/></h4>
|
|
</a>
|
|
<p> </p>
|
|
</div>
|
|
<div class="shortcut right" id="s6">
|
|
<a href="#" onclick="javascript:return getAction('s6');">
|
|
<h1>6</h1><h4><span/></h4>
|
|
</a>
|
|
<p> </p>
|
|
</div>
|
|
<div class="shortcut" id="s7">
|
|
<a href="#" onclick="javascript:return getAction('s7');">
|
|
<h1>7</h1><h4><span/></h4>
|
|
</a>
|
|
<p> </p>
|
|
</div>
|
|
<div class="shortcut" id="s8">
|
|
<a href="#" onclick="javascript:return getAction('s8');">
|
|
<h1>8</h1><h4><span/></h4>
|
|
</a>
|
|
<p> </p>
|
|
</div>
|
|
<div class="shortcut right" id="s9">
|
|
<a href="#" onclick="javascript:return getAction('s9');">
|
|
<h1>9</h1><h4><span/></h4>
|
|
</a>
|
|
<p> </p>
|
|
</div>
|
|
</div> <!-- #wrap -->
|
|
<div class="clear"></div>
|
|
</div> <!-- #content -->
|
|
</body>
|
|
</html>
|