1. <html>
    
  2. <head>
    
  3.   <meta charset="utf8">
    
  4.   <title>React DevTools pre-release</title>
    
  5.   <meta name="viewport" content="width=device-width, initial-scale=1">
    
  6.   <style>
    
  7.     body {
    
  8.       font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    
  9.         sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    
  10.       font-size: 14px;
    
  11.     }
    
  12.   </style>
    
  13. </head>
    
  14. <body>
    
  15.   <h1>
    
  16.     React DevTools pre-release
    
  17.   </h1>
    
  18. 
    
  19.   <h3>
    
  20.     Created on <strong>%date%</strong> from
    
  21.     <a href="https://github.com/facebook/react/commit/%commit%"><code>%commit%</code></a>
    
  22.   </h3>
    
  23. 
    
  24.   <p>
    
  25.     This is a preview build of the <a href="https://github.com/facebook/react">React DevTools extension</a>.
    
  26.   </p>
    
  27. 
    
  28.   <h2>Installation instructions</h2>
    
  29.   %installation%
    
  30.   <p>
    
  31.     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.
    
  32.   </p>
    
  33. 
    
  34.   <h2>Bug reports</h2>
    
  35.   <p>
    
  36.     Please report bugs as <a href="https://github.com/facebook/react/issues/new?labels=Component:%20Developer%20Tools">GitHub issues</a>.
    
  37.     Please include all of the info required to reproduce the bug (e.g. links, code, instructions).
    
  38.   </p>
    
  39. </body>
    
  40. </html>