html テンプレート
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | <! DOCTYPE html> < html lang = "ja" > < head > < meta charset = "utf-8" > < meta http-equiv = "X-UA-Compatible" content = "IE=edge" > < meta name = "viewport" content = "width=device-width, initial-scale=1" > < meta name = "description" content = "" > < meta name = 'keywords' content = '' > < title ></ title > < link rel = "icon" href = "favicon.ico" type = "image/vnd.microsoft.icon" > < link rel = "icon" href = "android-chrome-192x192.png" type = "image/png" sizes = "192x192" > < meta name = "msapplication-TileImage" content = "mstile-144x144.png" > < link rel = "canonical" href = "" > < link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity = "sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin = "anonymous" > < link rel = 'stylesheet' href = 'dist/css/style.css' type = 'text/css' media = 'all' /> < meta property = 'og:type' content = 'website' > < meta property = 'og:title' content = '' > < meta property = 'og:url' content = '' > < meta property = 'og:description' content = '' > < meta property = 'og:site_name' content = '' > < meta property = "og:image" content = "img_default_ogp.jpg" > <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <!--[if (gte IE 6)&(lte IE 8)]> <script src="http://localhost/wp-templete/wp-content/themes/newtheme/js/selectivizr-min.js"></script> <![endif]--> </ head > < body > < header > </ header > < div id = "mainvisual" > </ div > < div id = "contents" > </ div > < footer > </ footer > < script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" ></ script > < script src = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity = "sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin = "anonymous" ></ script > < script src = "dist/js/script.js" ></ script > </ body > </ html > |