late's wall

← back to profile

coolkat:

@ontime

7/27/2022, 6:15:51 PM
late:

@early

7/27/2022, 6:16:15 PM
coolkat:

@verylate

8/1/2022, 6:21:09 PM
bluuxolotl:

hello

7/19/2022, 3:33:49 AM
late:

hi

7/19/2022, 3:34:24 AM
zu:

T1sd@42

7/16/2022, 1:29:58 AM
late:

uhhhhh ok?

what does this have to do

7/16/2022, 1:34:52 AM
zu:

I need you to accept my credit card obv

7/16/2022, 2:06:29 AM
late:

uhhh okay? thats boring’s job, though he died, and i dont know how to accept credit cards

7/16/2022, 2:15:17 AM
zu:

O :(

7/16/2022, 11:32:42 AM
zu:

How do you feel about @early

7/13/2022, 3:40:09 PM
late:

early is a pretty cool cousin, i don’t meet him that much but honestly he is chill and fun

7/13/2022, 3:42:58 PM
late:

as i can see, he doesnt have a wasteof account, but when i get the chance, i will tell him to join

7/13/2022, 3:46:38 PM
zu:

very nice

7/13/2022, 6:39:17 PM
slider_on_the_black:

You should have an account called late is great

7/13/2022, 8:17:56 AM
late:

why

7/13/2022, 8:28:14 AM
slider_on_the_black:

Idk for the funni ig

7/13/2022, 8:29:20 AM
zu:

Fire

7/11/2022, 1:25:46 PM
late:

true

7/11/2022, 2:03:32 PM
grippins:

Real

7/10/2022, 12:37:23 AM
late:

fr

7/10/2022, 1:09:49 AM
june_:
T1sd@41
7/8/2022, 1:36:19 PM
late:

Accepted ✅

7/8/2022, 6:10:03 PM
grippins:

T1sd@41

7/8/2022, 12:24:06 AM
late:

Your credit card has declined.

7/8/2022, 5:32:26 AM
poppyrock2:

stupid squid game lookin bitch

7/4/2022, 3:35:38 PM
late-is-cool:

boring is squid game guy 😱😱😱😤😤😤

7/4/2022, 3:48:26 PM
coolkat:

I KNOW WHO YOU ARE!

7/4/2022, 1:20:29 PM
late-is-cool:

moment

7/4/2022, 3:59:46 PM
tnix:

ummmmm

7/4/2022, 10:31:35 AM
late-is-cool:

agreed

7/4/2022, 7:40:05 PM
nebulous:

starter code for br

const cookieParser = require('cookie-parser');
const express = require('express');

const app = express();

app.use(cookieParser());
app.use(express.json());

let tokens = {};

/* Pages */
app.get('/', (req, res) => {
  res.send(parseHTML(`
Hello, world!
`, "page", req.cookies))
});

/* API */
// ...

/* 404 */
app.get('/*', (req, res) => {
  res.send(parseHTML(`
404
`, "404", req.cookies))
});

/* Functions */
function parseHTML(content, title, cookies) {
  if (cookies.token || tokens[cookies.token]) {
    let userid = tokens[cookies.token];
    return `<!DOCTYPE html>
<html>
<head>
<title>${title}</title>
</head>
<body>
<!-- navigation here -->
${content}
</body>
</html>`;
  }
}

app.listen(8000);
6/28/2022, 9:43:42 AM
late-news:

you look like among us

6/23/2022, 2:24:46 AM
late: no i dont
6/23/2022, 2:24:48 AM
late-news:

sadasd

6/23/2022, 2:19:44 AM