mirror of
https://github.com/urbit/shrub.git
synced 2024-12-29 07:03:37 +03:00
links: add links landscape application to arvo
This commit is contained in:
parent
34b9c445e3
commit
200d7548f6
1
pkg/arvo/app/link/css/index.css
Normal file
1
pkg/arvo/app/link/css/index.css
Normal file
File diff suppressed because one or more lines are too long
BIN
pkg/arvo/app/link/img/Home.png
Normal file
BIN
pkg/arvo/app/link/img/Home.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 679 B |
BIN
pkg/arvo/app/link/img/SwitcherClosed.png
Normal file
BIN
pkg/arvo/app/link/img/SwitcherClosed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
pkg/arvo/app/link/img/SwitcherOpen.png
Normal file
BIN
pkg/arvo/app/link/img/SwitcherOpen.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
pkg/arvo/app/link/img/Tile.png
Normal file
BIN
pkg/arvo/app/link/img/Tile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
BIN
pkg/arvo/app/link/img/popout.png
Normal file
BIN
pkg/arvo/app/link/img/popout.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
21
pkg/arvo/app/link/index.html
Normal file
21
pkg/arvo/app/link/index.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Links</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||||
<link rel="stylesheet" href="/~link/css/index.css" />
|
||||
<link rel="icon" type="image/png" href="/~launch/img/Favicon.png">
|
||||
</head>
|
||||
|
||||
<body class="w-100 h-100">
|
||||
<div id="header" class="w-100"></div>
|
||||
<div id="root" class="w-100 h-100">
|
||||
</div>
|
||||
<script src="/~/channel/channel.js"></script>
|
||||
<script src="/~modulo/session.js"></script>
|
||||
<script src="/~link/js/index.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
1
pkg/arvo/app/link/js/index.js
Normal file
1
pkg/arvo/app/link/js/index.js
Normal file
File diff suppressed because one or more lines are too long
1
pkg/arvo/app/link/js/tile.js
Normal file
1
pkg/arvo/app/link/js/tile.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user