Skip to content

Commit

Permalink
add keyboard gif
Browse files Browse the repository at this point in the history
  • Loading branch information
lzwjava committed Oct 4, 2014
1 parent d61d8da commit 5004629
Show file tree
Hide file tree
Showing 7 changed files with 126 additions and 84 deletions.
196 changes: 114 additions & 82 deletions .idea/workspace.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cloud/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ app.use(express.bodyParser()); // 读取请求 body 的中间件

// 使用 Express 路由 API 服务 /hello 的 HTTP GET 请求
app.get('/hello', function (req, res) {
res.render('hello', { message: 'Congrats, you just set up your app!' });
res.render('hello');
});

app.get('/test', function (req, res) {
Expand Down
12 changes: 11 additions & 1 deletion cloud/views/hello.ejs
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
<%= message %>
<body>
<img src="b939d2f.gif">

<img src="3a161a95.gif">

<img src="15d13901.gif">

<img src="1eb885ff.gif">
</body>


Binary file added public/15d13901.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/1eb885ff.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/3a161a95.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/b939d2f.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5004629

Please sign in to comment.