-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
31 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
|
||
#location | ||
width: 30% | ||
width: 20% | ||
|
||
.header | ||
font-family: sans-serif | ||
|
||
.footer | ||
font-size: smaller |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
extends layout | ||
|
||
block body | ||
#main-content | ||
p | ||
| Open a site: | ||
input#location(type='text', value='e11f7561db351920099f65324dfe77275bd6e5db') | ||
input#go-button(type='button', value='Go!', disabled) | ||
P | ||
| Leave this page open while browsing! | ||
script(src='/bundle.js') | ||
h1.header | ||
| PeerCloud: The Serverless Web | ||
#main-content | ||
p. | ||
Paste a site infohash below to open a specific site, or leave the default to | ||
open an example image gallery. Please #[strong be patient] since it may take a | ||
while for the site to appear. | ||
form | ||
input#location(type='text', value='e11f7561db351920099f65324dfe77275bd6e5db') | ||
input#go-button(type='submit', value='Go!', disabled) | ||
p. | ||
You #[strong must] leave this page open while browsing! This is because Chrome | ||
doesn't support WebRTC from service workers. There is | ||
#[a(href='https://code.google.com/p/chromium/issues/detail?id=302019') a bug] | ||
open about this on the chromium bug tracker. | ||
p.footer | ||
| Code available #[a(href='https://github.com/jhiesey/peercloud') on GitHub] | ||
script(src='/bundle.js') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters