Some updates
This commit is contained in:
parent
af2826a07c
commit
22a30d10ce
@ -41,9 +41,7 @@ export class Root extends Component {
|
||||
return (
|
||||
<Box height='100%' p='4' display='flex' flexDirection='column' borderWidth={['none', '1px']} borderStyle="solid" borderColor="washedGray">
|
||||
<Text fontSize='1'>browsermanager</Text>
|
||||
<Text pt='3'>Welcome to your Landscape application.</Text>
|
||||
<Text pt='3'>To get started, edit <code>src/index.js</code> or <code>urbit/app/browsermanager.hoon</code> and <code>|commit %home</code> on your Urbit ship to see your changes.</Text>
|
||||
<a className="db f8 pt3" href="https://urbit.org/docs">-> Read the docs</a>
|
||||
<Text pt='3'>Websites tracked:</Text>
|
||||
</Box>
|
||||
)}}
|
||||
/>
|
||||
|
@ -2,10 +2,15 @@
|
||||
/+ *server, default-agent
|
||||
::
|
||||
|%
|
||||
+$ versioned-state
|
||||
$% state-0
|
||||
==
|
||||
+$ state-0 [%0 [%ping-count count=@]]
|
||||
+$ card card:agent:gall
|
||||
--
|
||||
^- agent:gall
|
||||
=<
|
||||
=* state [%0 [%ping-count count=0]]
|
||||
|_ bol=bowl:gall
|
||||
+* this .
|
||||
browsermanager-core +>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>browsermanager</title>
|
||||
<title>Browser Manager</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
||||
|
Loading…
Reference in New Issue
Block a user