Line 4: | Line 4: | ||
<html> | <html> | ||
+ | <script> | ||
+ | var shiftWindow = function() { scrollBy(0, -30) }; | ||
+ | if (location.hash) shiftWindow(); | ||
+ | window.addEventListener("hashchange", shiftWindow); | ||
+ | </script> | ||
+ | |||
<style> | <style> | ||
@charset "utf-8"; | @charset "utf-8"; |
Revision as of 13:17, 24 June 2016