Skip to content

Instantly share code, notes, and snippets.

@bel-frontend
bel-frontend / index.json
Created May 2, 2025 14:02
Прыказкі
[
{
"message": "Абедаў-абедаў, а жывот не ведаў."
},
{
"message": "Абтросся й панёсся."
},
{
"message": "Абцёр троху пархі, дык і капызіцца."
},
@bel-frontend
bel-frontend / index.html
Last active October 22, 2022 19:54
Балотнічак Сарамлівы
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Title of the document</title>
<link
href="https://fonts.googleapis.com/css?family=Lato:300:400"
rel="stylesheet"
/>
<style>
@bel-frontend
bel-frontend / index.html
Created October 22, 2022 07:51
empty hrml template
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title of the document</title>
</head>
<body>
Content of the document......
</body>