This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function TCNOKontrol(TCNO) { | |
| var tek = 0, | |
| cift = 0, | |
| sonuc = 0, | |
| TCToplam = 0, | |
| i = 0; | |
| if (TCNO.length != 11) return false; | |
| if (isNaN(TCNO)) return false; | |
| if (TCNO[0] == 0) return false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <title>Site Maintenance</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <style> | |
| html, body { height: 100%; padding:0; margin: 0;} | |
| body { text-align: center; display: flex; justify-content: center; padding: 100px 20px;} | |
| h1 { font-size: 50px; } | |
| body { font: 20px Helvetica, sans-serif; color: #333; } | |
| article { text-align: left;} |