Sha256: d18415588f9b424aae5d2ba4791345f4e53b572feaa3c296ab9c6877c6fcbff0
Contents?: true
Size: 1.22 KB
Versions: 5
Compression:
Stored size: 1.22 KB
Contents
<!-- because this is a cheesy Windows 98 theme, include cheesy Windows 98 sound --> <audio id="sound"> <source src="{{ "/assets/98sound.wav" | absolute_url}}" type="audio/wav"> </audio> <script> function playSound() { document.getElementById("sound").play(); } </script> <div class="status-bar"> <div class="systray status-bar-field"> <a href="{{"/feed.xml" | absolute_url }}"> <img src="{{ "/assets/icons/feed.png" | absolute_url }}" style="margin-top: 5px" class="trayicon" aria-label="Link to atom feed of posts" /> </a> <img src="{{ "/assets/icons/sound.png" | absolute_url }}" onclick="playSound()" class="trayicon"> <a class="has-tooltip"> <img src="{{"/assets/icons/help_small.png" | absolute_url }}" class="trayicon" aria-label=" jekyll-98 theme by queenkjuul depends on XP.css by botoxparty which is built on 98.css by jdan depends on balloon.css by kazzkiq all of which are under the MIT license uses SuperTinyIcons by edent see license information here: https://github.com/edent/SuperTinyIcons "> </a> <div class="systray-balloon"> {% include about_text.html %} </div> {{ site.time | date: '%H:%M'}} </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems