-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remade back to js file again, hope it works better with Firefox, at l…
…east html tags inside text.js work as intended
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
export const data = { | ||
russian: { | ||
about: ` | ||
(ну типо) Главный хейтер персоны 3 и ронпы <p> | ||
В основном рассказываю про JRPG (и не только) да про новые и очень не новые игры в целом <p> | ||
Имею ворох старых консолей и хороший ПК <p> | ||
-Пишу много текста, иногда небольшие обзоры даже <p> | ||
-Осуждаю ронпу, Франкс и персону 3 <p> | ||
-Никаких цветастых флагов не поддерживаю и неуместные феменитивы осуждаю <p> | ||
В остальном я добрый и дружелюбный, набираю читателей, чтобы с ними общаться, читайте и мьючите что-ли | ||
`, | ||
}, | ||
english:{ | ||
about: "funny text goes here", | ||
second: "text is subject to change", | ||
third: "i mean it's definetly gonna change" | ||
} | ||
}; |