Fixed folders
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Cg-Select</title>
|
||||
<link href="style/main.scss" rel="stylesheet" />
|
||||
<link href="/src/style/main.scss" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
@ -18,7 +18,7 @@
|
||||
<nav>
|
||||
<ul class="navlist">
|
||||
<li><a href="">Home</a></li>
|
||||
<li><a href="../documentation/index.html">Documentation</a></li>
|
||||
<li><a href="/documentation/index.html">Documentation</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -259,5 +259,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script type="module" src="/src/index.js"></script>
|
||||
<script type="module" src="index.js"></script>
|
||||
</html>
|
@ -1,5 +1,5 @@
|
||||
import { DropDown } from './cg-dropdown';
|
||||
import './exemple-page';
|
||||
import { DropDown } from '../cg-select';
|
||||
import './example';
|
||||
|
||||
// ------------------------------Обычный селект--------------------
|
||||
const dropdown = new DropDown({
|
Reference in New Issue
Block a user