mirror of
https://github.com/sbrl/powahroot.git
synced 2024-11-21 14:13:01 +00:00
Add logo & licence
This commit is contained in:
parent
b67b602724
commit
c3e352b77b
4 changed files with 13 additions and 3 deletions
|
@ -1,2 +1,9 @@
|
|||
# powahroot
|
||||
Client and server-side routing micro frameworks
|
||||
> Client and server-side routing micro frameworks
|
||||
|
||||
|
||||
|
||||
## Licence
|
||||
Everything in this repository _except_ the logo is licenced under the _Mozilla Public License 2.0.
|
||||
|
||||
The logo itself is © Copyright Starbeamrainbowlabs 2019. All rights reserved - though you _may_ use it when linking to this project (or to advertise usage in a 'powered by' logo).
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
"use strict";
|
||||
|
||||
import Router as ServerRouter from './Server/Router.mjs';
|
||||
import ServerRouter from './Server/Router.mjs';
|
||||
import ClientRouter from './Client/Router.mjs';
|
||||
|
||||
export {
|
||||
ServerRouter
|
||||
ServerRouter,
|
||||
ClientRouter
|
||||
};
|
||||
|
|
1
logo.piskel
Normal file
1
logo.piskel
Normal file
|
@ -0,0 +1 @@
|
|||
{"modelVersion":2,"piskel":{"name":"New Piskel","description":"","fps":12,"height":16,"width":16,"layers":["{\"name\":\"Layer 1\",\"opacity\":1,\"frameCount\":1,\"chunks\":[{\"layout\":[[0]],\"base64PNG\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABZUlEQVQ4T2NkoBAwIut3b2T9//7Jb4Z/31kZziz5zWiWyvAfxGbi/M1wajYDmC8ow8qws/43XB+KATDDTGJY/4PYP7/9AwuxczHBDUF3MFYDQIpWCJv+7/G8wJC9TZfh7d+fDCUfr4JdAHIJsiEYBswXMgLbzsnIzPD9/1+wZhAobr7KwJiH0HzusNR/I9tnjGADYByYyTBDQHyQAcWzrjIwvGQAG/D2adr/z5/uMCho7gPrhbvgwXWn/7x8KgzC0rPAYiBDwJqbr0LMfcXAwNiC6nwUA7DF5v9JDP9BGpsmaYCl6z/dwPAyzkDs4dcGhwUIfP3/l+HTvz8MvV/uwL3w7s0NBngYwBSC/AfyAi7N2FwJD0QhEQ14wIAMAPsdh7/xRiNIEtnvyP5GjwGcgfi/huE/LOBgfke2FTnaUQIRFgYwxcU8KuCABAUeNv9jpANY4sCmGN1wmBqcJmMzBJTY0C0BAE8NtRF8kJESAAAAAElFTkSuQmCC\"}]}"]}}
|
BIN
logo.png
Normal file
BIN
logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 414 B |
Loading…
Reference in a new issue