00000000
00010000
00111000
00011100
00111010
01011000
01010010
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { createCanvas, Image, registerFont } = require('canvas') | |
const { serve } = require(`@hono/node-server`) | |
const { Hono } = require('hono') | |
const app = new Hono() | |
app.get('/', (c) => { | |
return c.text('Hello Hono!') | |
}) |
sun | mon | tue | wed | thu | fri | sat |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
[6] | [] | |||||
13 | [] | |||||
20 | ||||||
27 | 30 |
sun | mon | tue | wed | thu | fri | sat |
---|---|---|---|---|---|---|
1 | ||||||
[8] | [] | |||||
15 | [] | |||||
22 | ||||||
29 |
sun | mon | tue | wed | thu | fri | sat |
---|---|---|---|---|---|---|
1 | 2 | |||||
[6] | 10 | [] | ||||
13 | [] | |||||
20 | ||||||
27 |
sun | mon | tue | wed | thu | fri | sat |
---|---|---|---|---|---|---|
1 | 2 | |||||
[4] | [] | |||||
11 | [] | |||||
18 | ||||||
25 | [28] |
sun | mon | tue | wed | thu | fri | sat |
---|---|---|---|---|---|---|
1 | ||||||
[3] | [] | |||||
10 | [] | |||||
17 | ||||||
24 | [27] |
sun | mon | tue | wed | thu | fri | sat |
---|---|---|---|---|---|---|
1 | ||||||
[2] | [] | |||||
9 | [] | |||||
16 | 18 | |||||
23 | [26] |
NewerOlder