mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 19:55:53 +03:00
~.public front page mini-module
This commit is contained in:
parent
3f95b975bd
commit
7628a57237
25
web.md
25
web.md
@ -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>
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user