|
|
@@ -24,6 +24,9 @@
|
|
|
window.onscroll = function () {
|
|
|
window.scrollTo(0,0);
|
|
|
}
|
|
|
+document.ontouchmove = function(event){
|
|
|
+ event.preventDefault();
|
|
|
+}
|
|
|
</script>
|
|
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
|
|
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
|