Created
September 23, 2017 09:26
-
-
Save ugurhasar/d612914039d7f6c8fd784222349959c7 to your computer and use it in GitHub Desktop.
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> | |
<html> | |
<head> | |
<!-- 1- Site karakter içeriği: --> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<!-- 2- Site dili: --> | |
<meta http-equiv="Content-language" content="tr" /> | |
</head> | |
<body> | |
... | |
</body> | |
</html> |
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> | |
<html> | |
<head> | |
<!-- 1- Sayfaların indekslenmesini engeller: --> | |
<meta name="robots" content="noindex, nofollow" /> | |
<!-- 2- Görünüm genişliğini kullanılan alete göre ayarlar: --> | |
<meta name=viewport content="width=device-width, initial-scale=1.0"> | |
</head> | |
<body> | |
... | |
</body> | |
</html> |
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> | |
<html> | |
<head> | |
<!-- 1- Site Açıklaması: --> | |
<meta name="description" content="Kafayı kırıp, gece gündüz çalışırken 'hadi üşenmeyeyim bunları bir yerlere not edeyim.' dediğim karalamar." /> | |
<!-- 2- Site sahibi: --> | |
<meta name="author" content="Uğur Hasar" /> | |
<!-- 3- Sitenin temel etiketleri: --> | |
<meta name="keywords" content="c#,.net,mvc,javascript,jquery,html,css,notlar" /> | |
<!-- 4- Site hakları bilgisi --> | |
<meta name="copyright" content="copyright 2015" /> | |
<!-- 5- Site başlığı --> | |
<meta name="title" content="ugurhasar.com"/> | |
</head> | |
<body> | |
... | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment