Skip to content

Commit 79161cd

Browse files
committed
refactor: organizar em pastas
1 parent 90b56f7 commit 79161cd

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

style.css assets/css/style.css

File renamed without changes.

dolares.jpg assets/img/dolares.jpg

File renamed without changes.
File renamed without changes.

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Coin Craze</title>
7-
<link rel="stylesheet" href="style.css" />
7+
<link rel="stylesheet" href="assets/css/style.css" />
88
<link rel="preconnect" href="https://fonts.googleapis.com" />
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1010
<link
1111
href="https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
1212
rel="stylesheet"
1313
/>
14-
<script src="scripts.js" defer></script>
14+
<script src="assets/javascript/scripts.js" defer></script>
1515
</head>
1616
<body>
1717
<div class="container-principal">
18-
<img class="imagem-fundo" src="dolares.jpg" alt="Imagem de Fundo" />
18+
<img class="imagem-fundo" src="assets/img/dolares.jpg" alt="Imagem de Fundo" />
1919
<div class="container-conteudo">
2020
<div id="logo">
2121
<h1>Coin Craze</h1>

0 commit comments

Comments
 (0)