Fix folder structure in part12

This commit is contained in:
Richard Feldman
2016-09-01 05:16:14 -07:00
parent 45ec4b157e
commit 4f226ec557
8 changed files with 4 additions and 4 deletions

View File

@@ -16,5 +16,5 @@ elm-package install
## Building ## Building
```bash ```bash
elm-live Main.elm --open --output=elm.js elm-live Main.elm --open --pushstate --output=elm.js
``` ```

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -4,10 +4,10 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>ElmHub</title> <title>ElmHub</title>
<script type="text/javascript" src="elm.js"></script> <script type="text/javascript" src="/elm.js"></script>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/png" href="elm-hub.png"> <link rel="icon" type="image/png" href="/elm-hub.png">
</head> </head>
<body> <body>