Skip to content

Commit

Permalink
~.public front page mini-module
Browse files Browse the repository at this point in the history
  • Loading branch information
ohAitch committed Mar 30, 2016
1 parent 3f95b97 commit 7628a57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
25 changes: 10 additions & 15 deletions web.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@ anchor: none
plan: y
---

<iframe src="/talk?public" width="100%" height="100%"/>
# Hello.
<h2 class="even">
<a class="blue inverse block" href="/~~/talk">Talk</a>
</h2>
<h2 class="even">
<a class="blue inverse block" href="/~~/dojo">Dojo</a>
</h2>
<h2 class="even">
<a class="blue inverse block" href="/static">Static files</a>
</h2>
<div class="mini-module">
<p>Stream:</p>
<script src="/~/at/lib/js/urb.js"/>
<script src="https://cdn.rawgit.com/seatgeek/react-infinite/0.8.0/dist/react-infinite.js"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.11.2/moment-with-locales.js"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.1/moment-timezone.js"/>
<script src="/talk/main.js"/>
<link href="/talk/main.css" rel="stylesheet" />
<talk readonly="" chrono="reverse" station="public" />
</div>
3 changes: 3 additions & 0 deletions web/listen.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
/? 310
;div.mini-module
;script@"/~/at/lib/js/urb.js";
;script@"https://cdn.rawgit.com/seatgeek/react-infinite/0.8.0/dist/react-infinite.js";
;script@"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.11.2/moment-with-locales.js";
;script@"https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.1/moment-timezone.js";
;script@"/talk/main.js";
;link/"/talk/main.css"(rel "stylesheet");
;talk(readonly "", chrono "reverse", station "comments");
Expand Down

0 comments on commit 7628a57

Please sign in to comment.