Last active
February 1, 2017 13:10
-
-
Save superhighfives/c1f603bd5490ad80835a14afaeaa7d19 to your computer and use it in GitHub Desktop.
An Almost Static Stack - Simple output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width,initial-scale=1"> | |
<link rel="shortcut icon" href="/favicon.ico"> | |
<title>React App</title> | |
<link href="/static/css/main.9a0fe4f1.css" rel="stylesheet"> | |
</head> | |
<body> | |
<div id="root"> | |
<div class="App" data-reactroot="" data-reactid="1" data-react-checksum="1438355234"> | |
<div class="App-header" data-reactid="2"> | |
<img src="/static/media/logo.5d5d9eef.svg" class="App-logo" alt="logo" data-reactid="3"> | |
<h2 data-reactid="4">Welcome to React</h2> | |
</div> | |
<p class="App-intro" data-reactid="5"> | |
<!-- react-text: 6 -->To get started, edit <!-- /react-text --> | |
<code data-reactid="7">src/App.js</code> | |
<!-- react-text: 8 --> and save to reload.<!-- /react-text --> | |
</p> | |
</div> | |
</div> | |
<script type="text/javascript" src="/static/js/main.69baff85.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment