init opencollective
This commit is contained in:
parent
9c8be1a264
commit
518af213e4
2 changed files with 3 additions and 2 deletions
|
@ -4,10 +4,11 @@ import '../css/tripledot.css';
|
|||
|
||||
import { MyIP } from './plugins/myip.js';
|
||||
import { Time } from './plugins/time.js';
|
||||
|
||||
import { OpenCollective } from './plugins/opencollective.js';
|
||||
|
||||
|
||||
(function() {
|
||||
var time = new Time();
|
||||
var myip = new MyIP();
|
||||
var opencollective = new OpenCollective();
|
||||
})();
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { html } from '../html.js';
|
||||
import { vhtml } from './vhtml.js';
|
||||
export class shield extends vhtml {
|
||||
constructor() {
|
||||
super();
|
||||
|
|
Loading…
Reference in a new issue