File: deploy.html

package info (click to toggle)
node-react 18.2.0%2Bdfsg%2B~cs87.31.26-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 30,356 kB
  • sloc: javascript: 361,793; cpp: 1,326; sh: 52; makefile: 46
file content (40 lines) | stat: -rw-r--r-- 1,217 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>
<head>
  <meta charset="utf8">
  <title>React DevTools pre-release</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <style>
    body {
      font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
        sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
      font-size: 14px;
    }
  </style>
</head>
<body>
  <h1>
    React DevTools pre-release
  </h1>

  <h3>
    Created on <strong>%date%</strong> from
    <a href="https://github.com/facebook/react/commit/%commit%"><code>%commit%</code></a>
  </h3>

  <p>
    This is a preview build of the <a href="https://github.com/facebook/react">React DevTools extension</a>.
  </p>

  <h2>Installation instructions</h2>
  %installation%
  <p>
    If you already have the React DevTools extension installed, you will need to temporarily disable or remove it in order to install this prerelease build.
  </p>

  <h2>Bug reports</h2>
  <p>
    Please report bugs as <a href="https://github.com/facebook/react/issues/new?labels=Component:%20Developer%20Tools">GitHub issues</a>.
    Please include all of the info required to reproduce the bug (e.g. links, code, instructions).
  </p>
</body>
</html>