We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf8a4a commit 3afefeaCopy full SHA for 3afefea
try_me.html
@@ -0,0 +1,14 @@
1
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ <title>Step-by-Step Minimalistic React Web App Tutorial Test Page</title>
5
+ </head>
6
+ <body>
7
+ <p>This is a test page for the step by step minimalistic React web app tutorial at
8
+ <a href='http://maratbn.com/blogs/2017/01/14/minimalistic-react-webapp/'>
9
+ http://maratbn.com/blogs/2017/01/14/minimalistic-react-webapp/
10
+ </a>
11
+ </p>
12
+ <script type='text/javascript' src='webpack_out/minimalistic_react.js'></script>
13
+ </body>
14
+</html>
0 commit comments