updated directions
This commit is contained in:
parent
b13dc53f01
commit
adfeea1232
2 changed files with 8 additions and 5 deletions
|
@ -4,7 +4,7 @@ const logger = require('winston');
|
|||
|
||||
module.exports = (app, ua, googleAnalyticsId) => {
|
||||
// route to fetch all free public claims
|
||||
app.get('/lbrymemefodder', ({ originalUrl }, res) => {
|
||||
app.get('/meme-fodder/play', ({ originalUrl }, res) => {
|
||||
logger.debug(`GET request on ${originalUrl}`);
|
||||
res.status(200).render('memeFodder');
|
||||
});
|
||||
|
|
|
@ -1,13 +1,16 @@
|
|||
<div class="col-md-12">
|
||||
<div class="card" id="publish">
|
||||
<div class="card-title card-block grey lighten-1 white-text">
|
||||
<h2>/LbryMemeFodder</h2>
|
||||
<h2>#LbryMemeFodder</h2>
|
||||
</div>
|
||||
<div class="card-block" id="publish-active-area">
|
||||
<div class="row">
|
||||
<p>Congratulations, you found <i>/LbryMemeFodder</i>. Here's the game...</p>
|
||||
<p>(1) <i>/LbryMemeFodder</i> will always use the winning public, free image published to <a href="lbry://meme-fodder">lbry://meme-fodder</a>. (meaning the most recent, highest bid). Want to put a different image on the chopping block? Go publish it!</p>
|
||||
<p>(2) Create a meme based on the current claim with the tool below. Think you got a winner? <a href="https://twitter.com/hashtag/LbryMemeFodder" target="_blank">Share it with the community</a> and see what they think!</p>
|
||||
<div class="col-md-12">
|
||||
<h3>Congratulations, you found the /meme-fodder game! </h3>
|
||||
<p>Here's how it is played...</p>
|
||||
<p>(1) <i>/meme-fodder</i> will always use the winning public, free image published to <a href="lbry://meme-fodder">lbry://meme-fodder</a>. (meaning the most recent, highest bid). Want to put a different image on the chopping block? Go publish it!</p>
|
||||
<p>(2) Create a meme based on the current claim with the tool below. Think you got a winner? <a href="https://twitter.com/hashtag/LbryMemeFodder" target="_blank">Share it with the community</a> and see what they think!</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
|
|
Loading…
Reference in a new issue