Skip to content

Commit

Permalink
move images, styles into assets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mindplace committed Nov 26, 2017
1 parent c61bcf3 commit 70e7cb8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ View [live game here](https://mindplace.github.io/hangman/).

Very vanilla JS and a focus on design resulted in this lovely little project. There may not be a real hangman, though!

![hangman-screenshot](hangman-game-screenshot.jpg)
![hangman-screenshot](assets/hangman-game-screenshot.jpg)

<hr>

Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -7,9 +7,9 @@

<!-- Styles -->
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="assets/styles.css">

<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="assets/favicon.ico" type="image/x-icon" />

<title>Hangman</title>
</head>
Expand Down

0 comments on commit 70e7cb8

Please sign in to comment.