about summary refs log tree commit diff
path: root/users/tazjin/predlozhnik/index.html
blob: 6af1adc0bfba35e1c0d6baa03cecf9ffe253aef3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>