Added img
This commit is contained in:
@ -11,10 +11,10 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="cg-select" />
|
||||
<meta property="og:url" content="https://cg-select.itguild.info" />
|
||||
<!-- <meta property="og:image" content="/src/images/logoCG.jpg" /> -->
|
||||
<meta property="og:image" content="src/img/logoCG.jpg" />
|
||||
|
||||
<title>Cg-Select</title>
|
||||
<!-- <link rel="shortcut icon" href="../src/images/logoCG2.ico" type="image/x-icon" /> -->
|
||||
<link rel="shortcut icon" href="src/img/logoCG2.ico" type="image/x-icon" />
|
||||
<link href="example.scss" rel="stylesheet" />
|
||||
</head>
|
||||
<body class="body-example">
|
||||
@ -22,13 +22,13 @@
|
||||
<header class="header">
|
||||
<div class="header__logoBox">
|
||||
<h1>CG-SELECT</h1>
|
||||
<!-- <img src="/src/images/logoCG.jpg" alt="#" class="header__logo" /> -->
|
||||
<img src="src/img/logoCG.jpg" alt="#" class="header__logo" />
|
||||
</div>
|
||||
<hr style="width: 55%" />
|
||||
<nav>
|
||||
<ul class="navlist">
|
||||
<li><a href="">Home</a></li>
|
||||
<!-- <li><a href="/docs/index.html">Documentation</a></li> -->
|
||||
<li><a href="docs/index.html">Documentation</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<p class="version">v. 0.2.4</p>
|
||||
|
Reference in New Issue
Block a user