Skip to content

Commit

Permalink
Moved favicon, logo to assets/
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoeninger committed Jun 20, 2019
1 parent 84a5536 commit 4e5d9e9
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Shen for JavaScript

![ShenScript Logo](https://raw.githubusercontent.com/rkoeninger/ShenScript/master/logo.png)
![ShenScript Logo](https://raw.githubusercontent.com/rkoeninger/ShenScript/master/assets/logo.png)

An implementation of the [Shen Language](http://www.shenlanguage.org) by [Mark Tarver](http://marktarver.com/) for JavaScript. Built for modern browsers and recent versions of Node, requiring the [latest features](https://github.com/lukehoban/es6features) of the ECMAScript standard.

Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" href="favicon.png">
<link rel="shortcut icon" type="image/x-icon" href="assets/favicon.ico">
<link rel="apple-touch-icon" href="assets/favicon.png">
<script src="scripts/require_polyfill.js" data-main="index.js" data-project-root="."></script>
<title>ShenScript</title>
</head>
Expand Down

0 comments on commit 4e5d9e9

Please sign in to comment.