mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 17:51:46 +02:00
👍 metaタグの追加
This commit is contained in:
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
17
index.html
17
index.html
@@ -5,9 +5,26 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<meta name="description" content="NES.css is NES-style CSSFramework.">
|
||||
<meta name="keywords" content="html5,css,framework,sass,NES,8bit" />
|
||||
<meta name="author" content="© 2018 B.C.Rikko">
|
||||
<link rel="shortcut icon" href="https://bcrikko.github.io/NES.css/favicon.ico">
|
||||
|
||||
<title>NES.css - NES-style CSS Framework</title>
|
||||
|
||||
<link href="./css/nes.css" rel="stylesheet">
|
||||
<link href="./style.css" rel="stylesheet">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="NES.css">
|
||||
<meta property="og:url" content="https://bcrikko.github.io/NES.css/">
|
||||
<meta property="og:description" content="NES-style CSS">
|
||||
<meta property="og:image" content="">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="@bc_rikko">
|
||||
<meta name="twitter:creator" content="@bc_rikko">
|
||||
<meta name="twitter:image" content="https://user-images.githubusercontent.com/5305599/45937791-a5db2100-bffe-11e8-8bfd-fc3f534b28aa.gif">
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-41640153-4"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
Reference in New Issue
Block a user