forked from M3-Academy/practice-time-shopping-list
style(html): Adiciona ponto (.) e barra (/) no link style e ponto (.) no script
This commit is contained in:
parent
1656ed1f5f
commit
18d3fd0ea7
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet"/>
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="/styles/main.css">
|
<link rel="stylesheet" href="./styles/main.css"/>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -51,6 +51,6 @@
|
|||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<script src="/scripts/app.js"></script>
|
<script src="./scripts/app.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user