Rename dev page
This commit is contained in:
parent
32c0ec4518
commit
a3dba63ae4
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
|
||||
version := $(shell git describe --tags)
|
||||
all : css commands translations js zopfli
|
||||
all : css commands translations js
|
||||
|
||||
clean :
|
||||
rm -r build
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf8">
|
||||
<meta name=viewport content="width=device-width, initial-scale=1">
|
||||
<title>scratchblocks homepage</title>
|
||||
<title>scratchblocks dev</title>
|
||||
|
||||
<meta name=description content="Use scratchblocks to write pictures of Scratch scripts in forum posts.">
|
||||
|
||||
|
@ -40,7 +40,7 @@ body {
|
|||
<!---------------------------------------------------------------------------->
|
||||
|
||||
<h1>
|
||||
<a id=title href="/">scratchblocks</a>
|
||||
<a id=title href="/">scratchblocks dev</a>
|
||||
<span>
|
||||
<a target="_blank" href="http://wiki.scratch.mit.edu/wiki/Block_Plugin/Syntax">help</a>
|
||||
<a href="http://github.com/blob8108/scratchblocks2">github</a>
|
||||
|
|
Reference in a new issue