Fix index.html
This commit is contained in:
parent
1936c4f9a8
commit
585387c415
@ -5,13 +5,13 @@
|
||||
<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">
|
||||
<header class="header">
|
||||
<h1>CG-SELECT</h1>
|
||||
<img src="images/logoCG.jpg" alt="#" class="header__logo" />
|
||||
<img src="src/images/logoCG.jpg" alt="#" class="header__logo" />
|
||||
</header>
|
||||
</div>
|
||||
|
||||
@ -55,5 +55,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script type="module" src="index.js"></script>
|
||||
<script type="module" src="/src/index.js"></script>
|
||||
</html>
|
@ -3,7 +3,7 @@
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"start": "parcel ./src/index.html -p 4500 --open",
|
||||
"start": "parcel ./index.html -p 4500 --open",
|
||||
"build": "parcel build ./src/index.html"
|
||||
},
|
||||
"repository": {
|
||||
|
Loading…
Reference in New Issue
Block a user