Line 3: | Line 3: | ||
<html> | <html> | ||
+ | |||
+ | <script> | ||
+ | var shiftWindow = function() { scrollBy(0, -30) }; | ||
+ | if (location.hash) shiftWindow(); | ||
+ | window.addEventListener("hashchange", shiftWindow); | ||
+ | </script> | ||
<style> | <style> |
Revision as of 11:57, 24 June 2016