diff options
author | Vincent Ambo <mail@tazj.in> | 2023-01-17T18·20+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-01-17T18·23+0000 |
commit | aa96e25bbc96d81ffe546ffac76d9b04bef12811 (patch) | |
tree | 9bdf45a782974d8374cdc95d7ec6bbca59cee537 /corp/russian/predlozhnik/index.html | |
parent | 0cbdfffea22eb0bad38dad6f91f1c6f8e445651f (diff) |
chore(tazjin/predlozhnik): move to //corp r/5678
This is currently hosted by the company, and I'm assigning my copyright to the company, which also runs an ad placement on the page. Note that the NixOS module for hosting it has not been moved yet. Change-Id: Iba9e1cab9370faa79e43c3344fbfbbbabead50b3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7857 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'corp/russian/predlozhnik/index.html')
-rw-r--r-- | corp/russian/predlozhnik/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/corp/russian/predlozhnik/index.html b/corp/russian/predlozhnik/index.html new file mode 100644 index 000000000000..6af1adc0bfba --- /dev/null +++ b/corp/russian/predlozhnik/index.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" + href="https://unpkg.com/terminal.css@0.7.2/dist/terminal.min.css" /> + <link data-trunk rel="inline" href="index.css"> + <title>Предложник</title> + + <!-- Yandex.RTB --> + <script>window.yaContextCb=window.yaContextCb||[]</script> + <script src="https://yandex.ru/ads/system/context.js" async></script> + </head> + <body> + <noscript> + <h1>Предложник</h1> + <p> + ... показывает с какими падежами употребляются предлоги в + русском языке. Но, к сожалению, только с помощью Javascript. + </p> + </noscript> + </body> +</html> |