Home > post

Syntax Text


Hi!



  Not Found
  


  

404: Not Found.

Return to home.


Tobanga sponska squok
TobangasponskaGarry

Tobangado
/* Tobangado */
@font-face {
  font-family: Lexend;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/lexend@latest/latin-400-normal.woff2);
  font-display: swap
}

@font-face {
  font-family: Source Code Pro;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/source-code-pro@latest/latin-400-normal.woff2);
  font-display: swap
}

body {
  font-family: Lexend, sans-serif
}

@media(prefers-color-scheme:dark) {
  body {
    background: #222;
    color: #fff
  }
}

.ctr {
  display: block;
  margin: 0 auto;
  height: auto
}

@media(max-width:600px) {
  .ctr {
    width: 97%
  }
}

@media(min-width:601px) {
  .ctr {
    width: 57%
  }
}

CREATE TABLE IF NOT EXISTS blog_posts (
    title TEXT NOT NULL,
    url TEXT PRIMARY KEY NOT NULL UNIQUE,
    time INTEGER,
    content TEXT
);