Skip to content

Commit 23ea4e1

Browse files
committed
move assets to new directories
1 parent 6b03ab1 commit 23ea4e1

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<link rel="stylesheet" type="text/css" href="styles.css"/>
7+
<link rel="stylesheet" type="text/css" href="css/stylesheet.css"/>
88
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
99
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
1010
<script src="https://unpkg.com/vue@2.4.2/dist/vue.min.js"></script>
@@ -52,7 +52,7 @@ <h3 class="center-text">
5252
</div>
5353
</body>
5454
<footer>
55-
<script src="scripts.js"></script>
55+
<script src="scripts/main.js"></script>
5656
</footer>
5757
</html>
5858

File renamed without changes.

src/searchicon.png

-41.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)